Diff
Not logged in

Differences From:

File src/add.c part of check-in [da9d38e2c3] - Fix the "add" command is that it does not allow users to accidently add files that contain shell wildcard characters. by drh on 2007-10-15 20:45:11. Also file src/add.c part of check-in [d0305b305a] - Merged mainline into my branch to get the newest application. by aku on 2007-12-05 08:07:46. [view]

To:

File src/add.c part of check-in [6b85fd173e] - Help message cleanup. Automatically delete cloned database files if the clone fails. by drh on 2008-05-10 18:01:52. [view]

@@ -32,10 +32,11 @@
 /*
 ** COMMAND: add
 **
 ** Usage: %fossil add FILE...
-** Add one or more files to the current checkout such that these files
-** will be inserted into the repository at the next commit.
+**
+** Make arrangements to add one or more files to the current checkout
+** at the next commit.
 */
 void add_cmd(void){
   int i;
   int vid;