Commit Diff


commit - 6dbf1e9e5b2341b8ad1683ca4e8d19bfaa5cc8ff
commit + a67e2392eac3beae1d98cd5f1315f73cebf55597
blob - 7815366ff85c2dfd25fd88e773323d34316ad0c6
blob + ec9e9c4a494ee6e79c2a52d3afaa7e13809f6a1d
--- got/got.c
+++ 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,