Commit af54c8f841ad54cb7ef693eec09016be91301433

Stefan Sperling 2019-07-11T15:01:37

attempt to improve 'got rebase' usage string

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/got/got.c b/got/got.c
index d0fbca4..fb96822 100644
--- a/got/got.c
+++ b/got/got.c
@@ -3206,7 +3206,8 @@ done:
 __dead static void
 usage_rebase(void)
 {
-	fprintf(stderr, "usage: %s rebase [-a] [-c] | branch\n", getprogname());
+	fprintf(stderr, "usage: %s rebase [-a] | [-c] | branch\n",
+	    getprogname());
 	exit(1);
 }