Skip to content

Commit

Permalink
comment out unimplemented options from help doc
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Mar 1, 2024
1 parent ee857a6 commit 7964a7a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ARRCON/ARRCON.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ struct print_help {
<< " Arguments that contain spaces must be enclosed with single (\') or double(\") quotation marks." << '\n'
<< '\n'
<< "TARGET SPECIFIER OPTIONS:\n"
<< " -H, --host <Host> RCON Server IP/Hostname. (Default: \"" /*<< Global.DEFAULT_TARGET.hostname*/ << "\")" << '\n'
<< " -P, --port <Port> RCON Server Port. (Default: \"" /*<< Global.DEFAULT_TARGET.port*/ << "\")" << '\n'
<< " -H, --host <Host> RCON Server IP/Hostname." << '\n'//" (Default: \"" /*<< Global.DEFAULT_TARGET.hostname*/ << "\")" << '\n'
<< " -P, --port <Port> RCON Server Port." << '\n'//" (Default: \"" /*<< Global.DEFAULT_TARGET.port*/ << "\")" << '\n'
<< " -p, --pass <Pass> RCON Server Password." << '\n'
<< " -S, --saved <Host> Use a saved host's connection information, if it isn't overridden by arguments." << '\n'
<< " --save-host <H> Create a new saved host named \"<H>\" using the current [Host/Port/Pass] value(s)." << '\n'
<< " --remove-host <H> Remove an existing saved host named \"<H>\" from the list, then exit." << '\n'
<< " -l, --list-hosts Show a list of all saved hosts, then exit." << '\n'
//<< " -S, --saved <Host> Use a saved host's connection information, if it isn't overridden by arguments." << '\n'
//<< " --save-host <H> Create a new saved host named \"<H>\" using the current [Host/Port/Pass] value(s)." << '\n'
//<< " --remove-host <H> Remove an existing saved host named \"<H>\" from the list, then exit." << '\n'
//<< " -l, --list-hosts Show a list of all saved hosts, then exit." << '\n'
<< '\n'
<< "OPTIONS:\n"
<< " -h, --help Show this help display, then exits." << '\n'
Expand Down

0 comments on commit 7964a7a

Please sign in to comment.