diff options
| author | Chris Moore <[email protected]> | 2012-02-24 18:54:18 -0800 |
|---|---|---|
| committer | Chris Moore <[email protected]> | 2012-02-24 19:17:22 -0800 |
| commit | ec4efde40c9b1b65c28669a2bc99e140a55a51e7 (patch) | |
| tree | c0eae806284a283948ac5e52eb3ffafc0e8a9958 /src/init.cpp | |
| parent | Checkpoint block 168,000 (diff) | |
| download | discoin-ec4efde40c9b1b65c28669a2bc99e140a55a51e7.tar.xz discoin-ec4efde40c9b1b65c28669a2bc99e140a55a51e7.zip | |
Add option "-splash" so we can disable the splash screen.
Don't show splash screen when -min is specified on the command line.
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index b2c59ec4e..3a8fcdf52 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -187,6 +187,7 @@ bool AppInit2(int argc, char* argv[]) " -gen \t\t " + _("Generate coins") + "\n" + " -gen=0 \t\t " + _("Don't generate coins") + "\n" + " -min \t\t " + _("Start minimized") + "\n" + + " -splash \t\t " + _("Show splash screen on startup (default: 1)") + "\n" + " -datadir=<dir> \t\t " + _("Specify data directory") + "\n" + " -timeout=<n> \t " + _("Specify connection timeout (in milliseconds)") + "\n" + " -proxy=<ip:port> \t " + _("Connect through socks4 proxy") + "\n" + |