aboutsummaryrefslogtreecommitdiffstats
path: root/stagit.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2022-08-16 13:17:00 +0200
committerHiltjo Posthuma <[email protected]>2022-08-16 13:17:00 +0200
commit37f2b1165a709e27d810624359b14acb487028fe (patch)
tree84c61ba485804a3472dc6d1eec8f5efc88d57804 /stagit.c
parent02c00248d8134c69758557a78e3c632ac77ae687 (diff)
downloadstagit-37f2b1165a709e27d810624359b14acb487028fe.tar.gz
stagit-37f2b1165a709e27d810624359b14acb487028fe.zip
prefix usage with the common prefix "usage: "
Diffstat (limited to 'stagit.c')
-rw-r--r--stagit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stagit.c b/stagit.c
index 2a9c3fe..61c9a53 100644
--- a/stagit.c
+++ b/stagit.c
@@ -1184,7 +1184,7 @@ writerefs(FILE *fp)
void
usage(char *argv0)
{
- fprintf(stderr, "%s [-c cachefile | -l commits] "
+ fprintf(stderr, "usage: %s [-c cachefile | -l commits] "
"[-u baseurl] repodir\n", argv0);
exit(1);
}