Commit 74ff3f23fc46fc032437327d53a5fad7ba699a0d

Stefan Sperling 2019-07-07T14:01:23

write 'message' out as a full word in 'got commit' documentation

diff --git a/got/got.1 b/got/got.1
index 0d8ec3c..5b0caca 100644
--- a/got/got.1
+++ b/got/got.1
@@ -383,7 +383,7 @@ it will become an unversioned file again.
 If a file was deleted with
 .Cm got rm
 it will be restored.
-.It Cm commit [ Fl m Ar msg ] [ file-path ]
+.It Cm commit [ Fl m Ar message ] [ file-path ]
 Create a new commit in the repository from local changes in a work tree
 and use this commit as the new base commit for the work tree.
 .Pp
@@ -414,7 +414,7 @@ The options for
 .Cm got commit
 are as follows:
 .Bl -tag -width Ds
-.It Fl m Ar msg
+.It Fl m Ar message
 Use the specified log message when creating the new commit.
 Without the
 .Fl m