Next: Escapes, Up: Invoking a2ps [Contents][Index]
To read the options and arguments that you give, a2ps uses GNU
getopt
, hence:
Here after a boolean is considered as true (i.e. setting the option on), if boolean is ‘yes’, or ‘1’; as false if it equals ‘no’ or ‘0’; and raise an error otherwise. The corresponding short option takes no arguments, but corresponds to a positive answer.
When an argument is presented between square brackets, it means that it is optional. Optional arguments to short option must never be separated from the option.
A classical Unix trick to make the difference between the option ‘-2’, and the file -2 is to type ./-2.