diff doc/hg.1.txt @ 963:84355e3e4493

Add -e and --remotecmd for clone and pull too
author mpm@selenic.com
date Fri, 19 Aug 2005 22:11:48 -0800
parents 5730e90c025b
children 022bcc738389
line wrap: on
line diff
--- a/doc/hg.1.txt
+++ b/doc/hg.1.txt
@@ -99,6 +99,8 @@ clone [-U] <source> [dest]::
 
     options:
     -U, --noupdate   do not update the new working directory
+    -e, --ssh        specify ssh command to use
+    --remotecmd      specify hg command to run on the remote side
 
 commit [options] [files...]::
     Commit changes to the given files into the repository.
@@ -295,6 +297,8 @@ pull <repository path>::
       
     options:
     -u, --update   update the working directory to tip after pull
+    -e, --ssh    specify ssh command to use
+    --remotecmd  specify hg command to run on the remote side
 
 push <destination>::
     Push changes from the local repository to the given destination.