Diff
Not logged in

Differences From:

File src/checkout.c part of check-in [4452576730808f] - Add the "close" command. by drh on 2007-08-11 01:16:31. [view]

To:

File src/checkout.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]

@@ -110,9 +110,14 @@
 
 /*
 ** COMMAND: checkout
 **
-** Check out a version specified on the command-line.
+** Usage: %fossil checkout VERSION ?-f|--force?
+** Check out a version specified on the command-line.  This command
+** will not overwrite edited files in the current checkout unless
+** the --force option appears on the command-line.
+**
+** See also the "update" command.
 */
 void checkout_cmd(void){
   int forceFlag;
   int noWrite;
@@ -160,8 +165,9 @@
 
 /*
 ** COMMAND: close
 **
+** Usage: %fossil close ?-f|--force?
 ** The opposite of "open".  Close the current database connection.
 ** Require a -f or --force flag if there are unsaved changed in the
 ** current check-out.
 */