Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ccvs
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-08-10 03:59:21 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-08-10 03:59:21 +0400
commit1a1cef73cd183d0fd03026914ff1af2739f8568d (patch)
tree9b055d9bfdf93e18c43e5a92468b7af3b3643c33 /doc/ccvs
parent934a7e1fb06425b99442c13d1ab038b882b82bff (diff)
More documentation updates
svn path=/trunk/mono/; revision=454
Diffstat (limited to 'doc/ccvs')
-rw-r--r--doc/ccvs4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ccvs b/doc/ccvs
index a24c55e8a11..c1187d980ef 100644
--- a/doc/ccvs
+++ b/doc/ccvs
@@ -68,13 +68,13 @@
To do this, you have to "add" any new files that you created:
<pre>
- cvs add new-file.c
+ cvs add new-file.cs
</pre>
And then commit your changes to the repository:
<pre>
- cvs commit .
+ cvs commit file-1.cs file-2.cs
</pre>
** The Mailing List