about summary refs log tree commit diff stats
path: root/rf.c
diff options
context:
space:
mode:
Diffstat (limited to 'rf.c')
-rw-r--r--rf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rf.c b/rf.c
index 9f5233e..bbcea86 100644
--- a/rf.c
+++ b/rf.c
@@ -39,7 +39,7 @@ int usage(char *error) {
   fprintf(stderr, "  --basename, -b   only show basename in results\n");
   fprintf(stderr, "  --invert, -v     invert matching\n");
   fprintf(stderr,
-          "  --limit n        limit to [n] results, all if 0 [default=0]\n");
+          "  --limit=n        limit to [n] results, all if 0 [default=0]\n");
 
   fprintf(stderr, "\n  --help, -h       show help\n");
   fprintf(stderr, "  --version, -V    show version\n");