Diff
Not logged in

Differences From:

File src/clone.c part of check-in [13b7ac16e4] - Require history permission in order to clone. by drh on 2007-08-09 10:43:39. [view]

To:

File src/clone.c part of check-in [c9fdb846fb] - Add the "help" command and the "clean" command. More work is needed on the text for various help messages. by drh on 2007-08-18 02:45:47. [view]

@@ -31,11 +31,12 @@
 
 /*
 ** COMMAND: clone
 **
-** Make a clone of a repository in the local directory
+** Usage: %fossil clone URL FILENAME
 **
-**    fossil clone FILE-OR-URL NEWDATABASE
+** Make a clone of a repository specified by URL in the local
+** file named FILENAME.
 */
 void clone_cmd(void){
   if( g.argc!=4 ){
     usage("FILE-OR-URL NEW-REPOSITORY");