Commit cc11e7e3fca788f5f9464eef9f7ce4cc38b3c36f

Stefan Sperling 2019-06-04T16:35:57

sync usage for 'got rm'

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got.c b/got/got.c
index 7fdff30..b380ff4 100644
--- a/got/got.c
+++ b/got/got.c
@@ -2205,7 +2205,7 @@ done:
 __dead static void
 usage_rm(void)
 {
-	fprintf(stderr, "usage: %s rm [-f] file-path\n", getprogname());
+	fprintf(stderr, "usage: %s rm [-f] file-path ...\n", getprogname());
 	exit(1);
 }