diff --git a/doc/hg.1.txt b/doc/hg.1.txt --- a/doc/hg.1.txt +++ b/doc/hg.1.txt @@ -100,7 +100,7 @@ clone [-U] [dest]:: options: -U, --noupdate do not update the new working directory -commit [-A -t -l -t -u -d ] [files...]:: +commit [-A -t -l -m -u -d ] [files...]:: Commit changes to the given files into the repository. If a list of files is omitted, all changes reported by "hg status" @@ -112,7 +112,7 @@ commit [-A -t -l -t -u use as commit message + -m, --text use as commit message -l, --logfile show the commit message for the given file -d, --date record datecode as commit date -u, --user record user as commiter