]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/arguments.hh
fixes misleading documentation
[thirdparty/pdns.git] / pdns / arguments.hh
index 93705958414023edfffbe1a9327dc99decdd061c..d91a95a533e07b853da9c006782f9987ae777502 100644 (file)
@@ -104,7 +104,7 @@ public:
   string &set(const string &); //!< Gives a writable reference and allocates space for it
   string &set(const string &, const string &); //!< Does the same but also allows one to specify a help message
   void setCmd(const string &, const string &); //!< Add a command flag
-  string &setSwitch(const string &, const string &); //!< Add a command flag
+  string &setSwitch(const string &, const string &); //!< Add a switch flag
   string helpstring(string prefix=""); //!< generates the --help
   string configstring(bool current=false); //!< generates the --mkconfig
   bool contains(const string &var, const string &val);