Diff
Not logged in

Differences From:

File src/main.c part of check-in [9ba6e4287b] - Add the --nosync option to temporarily disable autosync. Useful when off network. by drh on 2008-05-10 17:09:46. [view]

To:

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

@@ -365,8 +365,9 @@
 /*
 ** COMMAND: test-commands
 **
 ** Usage: %fossil test-commands
+**
 ** List all commands used for testing and debugging.
 */
 void cmd_test_cmd_list(void){
   int i, nCmd;
@@ -383,8 +384,9 @@
 /*
 ** COMMAND: help
 **
 ** Usage: %fossil help COMMAND
+**
 ** Display information on how to use COMMAND
 */
 void help_cmd(void){
   int rc, idx;