diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 792a2c044..0e6a059c8 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -740,7 +740,6 @@ std::string CLI2::getBinary () const return ""; } -/* //////////////////////////////////////////////////////////////////////////////// std::string CLI2::getCommand () const { @@ -751,6 +750,7 @@ std::string CLI2::getCommand () const return ""; } +/* //////////////////////////////////////////////////////////////////////////////// std::string CLI2::getLimit () const { diff --git a/src/CLI2.h b/src/CLI2.h index f796dc9ec..a624f4ccf 100644 --- a/src/CLI2.h +++ b/src/CLI2.h @@ -97,8 +97,8 @@ public: */ bool canonicalize (std::string&, const std::string&, const std::string&) const; std::string getBinary () const; -/* std::string getCommand () const; +/* std::string getLimit () const; */ const std::string dump (const std::string& title = "CLI2 Parser") const;