Commit 5501382f685d835dc0320cc98499fd3c01625bd3

Stefan Sperling 2019-05-09T22:52:43

update commit command's description

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got.c b/got/got.c
index bcea158..1b87fc9 100644
--- a/got/got.c
+++ b/got/got.c
@@ -119,7 +119,7 @@ static struct cmd got_commands[] = {
 	{ "revert",	cmd_revert,	usage_revert,
 	    "revert uncommitted changes" },
 	{ "commit",	cmd_commit,	usage_commit,
-	    "create blob from file (WIP; can't create commits yet)" },
+	    "write changes from work tree to repository" },
 };
 
 int