aboutsummaryrefslogtreecommitdiff
path: root/grab.c
diff options
context:
space:
mode:
Diffstat (limited to 'grab.c')
-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'},
};