Code

send-email: apply --suppress-from to S-o-b and cc-cmd
[git.git] / Documentation / git-cvsexportcommit.txt
index 6c423e3a2f1c69e523eeb9cc092126adc2691803..c3922f9238cf9f33d404665714fb0458122b6e43 100644 (file)
@@ -59,7 +59,7 @@ OPTIONS
        Useful for patch series and the like.
 
 -u::
-       Update affected files from cvs repository before attempting export.
+       Update affected files from CVS repository before attempting export.
 
 -v::
        Verbose.
@@ -73,7 +73,7 @@ Merge one patch into CVS::
 $ export GIT_DIR=~/project/.git
 $ cd ~/project_cvs_checkout
 $ git-cvsexportcommit -v <commit-sha1>
-$ cvs commit -F .mgs <files>
+$ cvs commit -F .msg <files>
 ------------
 
 Merge pending patches into CVS automatically -- only if you really know what you are doing::