Diff
Not logged in

Differences From:

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

To:

File src/db.c part of check-in [ec82a32b80] - Add the -nosync option to the "open" command. We might consider making -nosync the default for "open". by drh on 2008-05-10 18:19:03. [view]

@@ -1027,8 +1027,9 @@
 void cmd_open(void){
   Blob path;
   int vid;
   static char *azNewArgv[] = { 0, "update", "--latest", 0 };
+  url_proxy_options();
   if( g.argc!=3 ){
     usage("REPOSITORY-FILENAME");
   }
   if( db_open_local() ){