diff options
Diffstat (limited to 'src/shared/Configuration.cpp')
-rw-r--r-- | src/shared/Configuration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Configuration.cpp b/src/shared/Configuration.cpp index 2a2db5d3..273fd6ac 100644 --- a/src/shared/Configuration.cpp +++ b/src/shared/Configuration.cpp @@ -44,7 +44,7 @@ Configuration::Configuration() .add("gui", 'g', "Launch the GTK graphical interface", Atom::BOOL, false) .add("help", 'h', "Print this help message", Atom::BOOL, false) .add("jack-client", 'n', "JACK client name", Atom::STRING, "ingen") - .add("jack-server", 's', "JACK server name", Atom::STRING, "default") + .add("jack-server", 's', "JACK server name", Atom::STRING, "") .add("load", 'l', "Load patch", Atom::STRING, Atom()) .add("parallelism", 'p', "Number of concurrent process threads", Atom::INT, 1) .add("path", 'L', "Target path for loaded patch", Atom::STRING, Atom()) |