aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/grab.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grab.c b/src/grab.c
index 5695226..6d43be6 100644
--- a/src/grab.c
+++ b/src/grab.c
@@ -120,7 +120,9 @@ main(int argc, char **argv)
struct ops ops;
struct option longopts[] = {
{"color", no_argument, 0, 'c'},
+#if GIT_GRAB
{"filenames", no_argument, 0, 'f'},
+#endif
{"help", no_argument, 0, 'h'},
{"newline", no_argument, 0, 'n'},
{"zero", no_argument, 0, 'z'},