aboutsummaryrefslogtreecommitdiff
path: root/grab.c
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-01-13 00:29:23 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-01-13 00:29:23 +0100
commit4e3e4a41630f697193e060bd0cd96275e9b622ab (patch)
tree5abd931f64182ed67630c30d9a6c527b8cee0d77 /grab.c
parent9432fd44fb639e0a757053027a531684a8f589d1 (diff)
Fix usage string for git-grab
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 5cb4f22..88a7a4a 100644
--- a/grab.c
+++ b/grab.c
@@ -96,7 +96,7 @@ usage(const char *s)
{
fprintf(stderr,
#if GIT_GRAB
- "Usage: %s [-nz] pattern [file ...]\n"
+ "Usage: %s [-nz] pattern\n"
#else
"Usage: %s [-fnz] pattern [file ...]\n"
#endif