doc/hg.1.txt
changeset 745 9246ae925d57
parent 740 d2422f10c136
child 746 9095e3456ea7
--- a/doc/hg.1.txt
+++ b/doc/hg.1.txt
@@ -100,7 +100,7 @@ clone [-U] <source> [dest]::
     options:
     -U, --noupdate   do not update the new working directory
 
-commit [-A -t -l <file> -t <text> -u <user> -d <datecode>] [files...]::
+commit [-A -t -l <file> -m <text> -u <user> -d <datecode>] [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 <file> -t <text> -u <us
     Options:
 
     -A, --addremove       run addremove during commit
-    -t, --text <text>     use <text> as commit message
+    -m, --text <text>     use <text> as commit message
     -l, --logfile <file>  show the commit message for the given file
     -d, --date <datecode> record datecode as commit date
     -u, --user <user>     record user as commiter