summaryrefslogtreecommitdiffstats
path: root/control
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-05-24 11:42:25 -0500
committerMatt Spinler <spinler@us.ibm.com>2017-05-24 11:44:52 -0500
commit06bae85443fdb1e5e9540280a7aeac2f36ffaa7b (patch)
treec7a2edc39718cb0af386cd6bceb2dc80731d7680 /control
parent07710ef7ea44e406943a87e22ee71f2302081245 (diff)
downloadphosphor-fan-presence-06bae85443fdb1e5e9540280a7aeac2f36ffaa7b.tar.gz
phosphor-fan-presence-06bae85443fdb1e5e9540280a7aeac2f36ffaa7b.zip
Have cooling-type use the common argument.hpp
The cooling-type application should use the common header file for the ArgumentParser class now that one is available. Also fixed where a static ArgumentParser constant was being initialized. Change-Id: I1fb0dfe3bd0c6e0200ad7c718ef2a3def5476f3f Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'control')
-rw-r--r--control/argument.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/control/argument.cpp b/control/argument.cpp
index 2852dee..d9b832d 100644
--- a/control/argument.cpp
+++ b/control/argument.cpp
@@ -82,6 +82,7 @@ const option ArgumentParser::options[] =
const char* ArgumentParser::optionstr = "ich?";
+const std::string ArgumentParser::true_string = "true";
const std::string ArgumentParser::empty_string = "";
}
OpenPOWER on IntegriCloud