Implement -wait/--wait and -quote/--quote as valid long options
commita28455a88187d1c22f97db1627e530c8d082b680
authorAchim Gratz <Stromeko@Stromeko.DE>
Thu, 13 Aug 2015 19:01:41 +0000 (13 21:01 +0200)
committerAchim Gratz <Stromeko@Stromeko.DE>
Sat, 22 Aug 2015 07:13:28 +0000 (22 09:13 +0200)
tree6df6e431358185f0dd3a22a86dad53b88e080e67
parent8d6f51656f17fe0a9b54df0919ac2826b35fa0de
Implement -wait/--wait and -quote/--quote as valid long options

* src/run.c (parse_args): Implement -wait/--wait and
-quote/--quote as valid long options, we prefer the double-dash
variant.
* src/run.1.in: All long options are preferedly using leading
double dashes.  Document the fact that single slashes work on two
of them for backwards compatibility.
ChangeLog
src/run.1.in
src/run.c