From 37f2b1165a709e27d810624359b14acb487028fe Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Tue, 16 Aug 2022 13:17:00 +0200 Subject: prefix usage with the common prefix "usage: " --- stagit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stagit.c') 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); } -- cgit v1.2.3