Differences From:
File
src/main.c
part of check-in
[f55c6a1b62]
- Begin adding a TH1 script trace mechanism actived by the --th_trace option
on the "server" and "ui" commands. The implementation is incomplete, but
the plane is landing....
by
drh on
2008-10-24 18:23:23.
[view]
To:
File
src/main.c
part of check-in
[31e94c0a04]
- Get "configuration push" working. Fix bugs in concealed-field processing
of tickets.
by
drh on
2008-10-25 20:43:28.
[view]
@@ -709,9 +709,9 @@
const char *zPort;
char *zBrowser;
char *zBrowserCmd = 0;
- g.thTrace = find_option("th_trace", 0, 0)!=0;
+ g.thTrace = find_option("th-trace", 0, 0)!=0;
if( g.thTrace ){
blob_zero(&g.thLog);
}
zPort = find_option("port", "P", 1);