8000 adjust wording as in 3.8 PR · RtiWeb/arangodb@7155702 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7155702

Browse files
committed
adjust wording as in 3.8 PR
1 parent 7584472 commit 7155702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ProgramOptions/ProgramOptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ void ProgramOptions::printHelp(std::string const& search) const {
112112
printUsage();
113113

114114
if (!showHidden) {
115-
std::cout << "Common options (excluding hidden options) are:" << std::endl;
115+
std::cout << "Common options (excluding hidden/uncommon options):" << std::endl;
116116
std::cout << std::endl;
117117
}
118118

0 commit comments

Comments
 (0)
0