63
63
printf ("usage: %s [options] [file ...]\n%s%s%s%s%s%s%s", progname,
64
64
" -h --help print this usage and exit\n",
65
65
" -i --interactive force interactive mode\n",
67
67
" -q --quiet don't print initial banner\n",
68
68
" -s --standard non-standard bc constructs are errors\n",
69
69
" -w --warn warn about non-standard bc constructs\n",