summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-01-25 17:33:12 -0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-01-29 18:21:00 +0000
commit955629d5776f10e2b6aa358bc995f8c1ec2e2be0 (patch)
tree44662ee704adf587fde28c17d661c78874aa98ec
parent539f56069b07f39413789fa9ae4c7085fbc092b4 (diff)
downloadphosphor-watchdog-955629d5776f10e2b6aa358bc995f8c1ec2e2be0.tar.gz
phosphor-watchdog-955629d5776f10e2b6aa358bc995f8c1ec2e2be0.zip
argument: Fix flag typo
Change-Id: I409db7d3e8042217312225ac642b312541c48981 Signed-off-by: William A. Kennington III <wak@google.com>
-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