fix a cut-n-paste error in the -h help

This commit is contained in:
Sebastian Kuzminsky 2016-03-26 11:15:35 -06:00
parent a922d705d4
commit 73870c1edf
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");