aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-01-12 02:01:33 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-01-12 02:01:33 +0100
commitb756c2b7aec0d4ed6b3d4458c3ef834c67d64607 (patch)
treed1d43a5837feac3e098d128b27de3cfdd1b14653
parentcec79aabe3af8a3719defff31e8674fe712f5144 (diff)
Sort options
-rw-r--r--grab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/grab.c b/grab.c
index 7c8fdc9..a803dea 100644
--- a/grab.c
+++ b/grab.c
@@ -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'},
};