Skip to content

Commit

Permalink
console: updated documentation for command line arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Feb 12, 2019
1 parent 91e5554 commit 575c47a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/console/console.cc
Expand Up @@ -114,7 +114,7 @@ PROG_COPYRIGHT
" -l list Directors defined\n"
" -c <path> specify configuration file or directory\n"
#if defined(HAVE_PAM)
" -p <path> specify pam credentials file\n"
" -p <file> specify pam credentials file\n"
" -o send pam credentials over unencrypted connection\n"
#endif
" -d <nn> set debug level to <nn>\n"
Expand Down
7 changes: 5 additions & 2 deletions docs/manuals/en/main/bconsole.tex
Expand Up @@ -47,13 +47,16 @@ \section{Running the Console Program}
Usage: bconsole [-s] [-c config_file] [-d debug_level]
-D <dir> select a Director
-l list Directors defined
-c <file> set configuration file to file
-c <path> specify configuration file or directory
-p <file> specify pam credentials file
-o send pam credentials over unencrypted connection
-d <nn> set debug level to <nn>
-dt print timestamp in debug output
-n no conio
-s no signals
-u <nn> set command execution timeout to <nn> seconds
-t test - read configuration and exit
-xc print configuration and exit
-xs print configuration file schema in JSON format and exit
-? print this message.
\end{commandOut}

Expand Down

0 comments on commit 575c47a

Please sign in to comment.