trim leading whitespace from command descriptions
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,