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-index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stagit-index.c') diff --git a/stagit-index.c b/stagit-index.c index 735775b..6402296 100644 --- a/stagit-index.c +++ b/stagit-index.c @@ -179,7 +179,7 @@ main(int argc, char *argv[]) int i, ret = 0; if (argc < 2) { - fprintf(stderr, "%s [repodir...]\n", argv[0]); + fprintf(stderr, "usage: %s [repodir...]\n", argv[0]); return 1; } -- cgit v1.2.3