Commit a67e2392eac3beae1d98cd5f1315f73cebf55597

Stefan Sperling 2019-03-26T09:11:13

trim leading whitespace from command descriptions

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/got/got.c b/got/got.c
index 7815366..ec9e9c4 100644
--- a/got/got.c
+++ b/got/got.c
@@ -99,9 +99,9 @@ static struct cmd got_commands[] = {
 	{ "diff",	cmd_diff,	usage_diff,
 	    "compare files and directories" },
 	{ "blame",	cmd_blame,	usage_blame,
-	    " show when lines in a file were changed" },
+	    "show when lines in a file were changed" },
 	{ "tree",	cmd_tree,	usage_tree,
-	    " list files and directories in repository" },
+	    "list files and directories in repository" },
 	{ "status",	cmd_status,	usage_status,
 	    "show modification status of files" },
 	{ "ref",	cmd_ref,	usage_ref,