test the rewriter and the pretty printer.

This commit is contained in:
Roberto Raggi
2009-01-07 09:44:21 +01:00
parent 2e064af15d
commit bbb570481b
3 changed files with 7 additions and 1 deletions

View File

@@ -231,7 +231,7 @@ int main(int argc, char *argv[])
const QByteArray appFileName = QFile::encodeName(appInfo.fileName());
printf("Usage: %s [options]\n"
" --help Display ths information\n"
" --help Display this information\n"
" --test-rewriter Test the tree rewriter\n"
" --test-pretty-printer Test the pretty printer\n",
appFileName.constData());