diff options
author | Rob Landley <rob@landley.net> | 2015-01-18 14:06:14 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-01-18 14:06:14 -0600 |
commit | 2c1cf4a02783e2a570ddf7b7ea968c7bed781f91 (patch) | |
tree | bb454a31153a66de680248a6d74177527372e0ec /lib/args.c | |
parent | 468f155ecefec275e6d2299470d35bd912f69a94 (diff) | |
download | toybox-2c1cf4a02783e2a570ddf7b7ea968c7bed781f91.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'lib/args.c')
-rw-r--r-- | lib/args.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -82,7 +82,6 @@ // + Synonyms (switch on all) [+abc] means -ab=-abc, -c=-abc // ! More than one in group is error [!abc] means -ab calls error_exit() // primarily useful if you can switch things back off again. -// // Notes from getopt man page // - and -- cannot be arguments. |