Merge pull request #138 from SebKuzminsky/help-typo

fix a cut-n-paste error in the -h help
This commit is contained in:
Clifford Wolf 2016-03-28 16:53:47 +02:00
commit 2ec832ddce
1 changed files with 2 additions and 2 deletions

View File

@ -183,8 +183,8 @@ int main(int argc, char **argv)
printf(" -b backend\n");
printf(" use this backend for the output file specified on the command line\n");
printf("\n");
printf(" -f backend\n");
printf(" use the specified front for the input files on the command line\n");
printf(" -f frontend\n");
printf(" use the specified frontend for the input files on the command line\n");
printf("\n");
printf(" -H\n");
printf(" print the command list\n");