Commit bd14628f607b07c5bb661e33c69e4079811b4514

Stefan Sperling 2019-05-12T19:19:55

update help string of 'got add' for multiple file support

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got.c b/got/got.c
index 8e3450b..035d5aa 100644
--- a/got/got.c
+++ b/got/got.c
@@ -115,7 +115,7 @@ static struct cmd got_commands[] = {
 	{ "ref",	cmd_ref,	usage_ref,
 	    "manage references in repository" },
 	{ "add",	cmd_add,	usage_add,
-	    "add a new file to version control" },
+	    "add new files to version control" },
 	{ "rm",		cmd_rm,		usage_rm,
 	    "remove a versioned file" },
 	{ "revert",	cmd_revert,	usage_revert,