diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 77ea207c4..792a2c044 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -731,7 +731,6 @@ bool CLI2::canonicalize ( return false; } -/* //////////////////////////////////////////////////////////////////////////////// std::string CLI2::getBinary () const { @@ -741,6 +740,7 @@ std::string CLI2::getBinary () const return ""; } +/* //////////////////////////////////////////////////////////////////////////////// std::string CLI2::getCommand () const { diff --git a/src/CLI2.h b/src/CLI2.h index c22203b42..f796dc9ec 100644 --- a/src/CLI2.h +++ b/src/CLI2.h @@ -96,8 +96,8 @@ public: const std::vector getWords (); */ bool canonicalize (std::string&, const std::string&, const std::string&) const; -/* std::string getBinary () const; +/* std::string getCommand () const; std::string getLimit () const; */