diff doc/hg.1.txt @ 745:9246ae925d57

Add -m for commit and deprecate -t Index: hg/doc/hg.1.txt ===================================================================
author mpm@selenic.com
date Thu, 21 Jul 2005 12:23:55 -0500
parents d2422f10c136
children 9095e3456ea7
line wrap: on
line diff
--- a/doc/hg.1.txt	Thu Jul 21 12:22:54 2005 -0500
+++ b/doc/hg.1.txt	Thu Jul 21 12:23:55 2005 -0500
@@ -100,7 +100,7 @@
     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 @@
     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