summaryrefslogtreecommitdiffstats
path: root/argument.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'argument.cpp')
-rw-r--r--argument.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/argument.cpp b/argument.cpp
index 61c97ca..ee66e37 100644
--- a/argument.cpp
+++ b/argument.cpp
@@ -31,7 +31,7 @@ const std::string ArgumentParser::emptyString = ""s;
const char* ArgumentParser::optionStr = "p:s:t:c:?h";
const option ArgumentParser::options[] =
{
- { "path", required_argument, nullptr, 'o' },
+ { "path", required_argument, nullptr, 'p' },
{ "service", required_argument, nullptr, 's' },
{ "target", required_argument, nullptr, 't' },
{ "continue", no_argument, nullptr, 'c' },
OpenPOWER on IntegriCloud