Skip to content
Snippets Groups Projects
Commit 9d5edd16 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: mention -doc-source option under -help-full instead of under -help

parent b3e06152
No related merge requests found
......@@ -284,7 +284,6 @@ void Foam::argList::printMan() const
// Standard documentation/help options
printManOption("doc", "Display documentation in browser");
printManOption("doc-source", "Display source code in browser");
printManOption("help", "Display short help and exit");
printManOption("help-full", "Display full help and exit");
......@@ -301,6 +300,8 @@ void Foam::argList::printMan() const
}
}
printManOption("doc-source", "Display source code in browser");
const bool hasCompat =
(
......@@ -393,7 +394,10 @@ void Foam::argList::printUsage(bool full) const
// Place documentation/help options at the end
printOption("doc", "Display documentation in browser");
printOption("doc-source", "Display source code in browser");
if (full)
{
printOption("doc-source", "Display source code in browser");
}
printOption("help", "Display short help and exit");
if
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment