diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-01-12 02:01:33 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-01-12 02:01:33 +0100 |
commit | b756c2b7aec0d4ed6b3d4458c3ef834c67d64607 (patch) | |
tree | d1d43a5837feac3e098d128b27de3cfdd1b14653 | |
parent | cec79aabe3af8a3719defff31e8674fe712f5144 (diff) |
Sort options
-rw-r--r-- | grab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,8 +98,8 @@ main(int argc, char **argv) int opt; struct ops ops; struct option longopts[] = { - {"help", no_argument, 0, 'h'}, {"filenames", no_argument, 0, 'f'}, + {"help", no_argument, 0, 'h'}, {"newline", no_argument, 0, 'n'}, {"zero", no_argument, 0, 'z'}, }; |