aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/apps/vespa-configproxy-cmd/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config/src/apps/vespa-configproxy-cmd/main.cpp')
-rw-r--r--config/src/apps/vespa-configproxy-cmd/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/src/apps/vespa-configproxy-cmd/main.cpp b/config/src/apps/vespa-configproxy-cmd/main.cpp
index 63fa1285bb2..bb908e7268b 100644
--- a/config/src/apps/vespa-configproxy-cmd/main.cpp
+++ b/config/src/apps/vespa-configproxy-cmd/main.cpp
@@ -22,7 +22,7 @@ Application::parseOpts()
char c = '?';
const char *optArg = NULL;
int optInd = 0;
- while ((c = GetOpt("m:s:p:", optArg, optInd)) != -1) {
+ while ((c = GetOpt("m:s:p:h", optArg, optInd)) != -1) {
switch (c) {
case 'm':
_flags.method = optArg;