update commit command's description
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