printf("\n -e 'command' one line of script. Several -e's allowed. Omit [programfile].");
printf("\n -F/pattern/ split() pattern for autosplit (-a). The //'s are optional.");
printf("\n -i[extension] edit <> files in place (make backup if extension supplied)");
- printf("\n -Idirectory specify @INC/#include directory (may be used more then once)");
- printf("\n -l[octal] enable line ending processing, specifies line teminator");
+ printf("\n -Idirectory specify @INC/#include directory (may be used more than once)");
+ printf("\n -l[octal] enable line ending processing, specifies line terminator");
printf("\n -[mM][-]module.. executes `use/no module...' before executing your script.");
- printf("\n -n assume 'while (<>) { ... }' loop arround your script");
+ printf("\n -n assume 'while (<>) { ... }' loop around your script");
printf("\n -p assume loop like -n but print line also like sed");
printf("\n -P run script through C preprocessor before compilation");
printf("\n -s enable some switch parsing for switches after script name");