diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-06-21 16:58:16 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-06-21 17:00:49 +0200 |
commit | 1b3b7ba54d1d703efce60efbd0462e38a8b55eb2 (patch) | |
tree | aa879e4041e6b9cd990459e8af248b519f5c32ec | |
parent | 4d62ad7571089e2962fff1c40284b7dda3933b8f (diff) | |
download | strongswan-1b3b7ba54d1d703efce60efbd0462e38a8b55eb2.tar.bz2 strongswan-1b3b7ba54d1d703efce60efbd0462e38a8b55eb2.tar.xz |
charon-cmd: Document auxiliary options
-rw-r--r-- | src/charon-cmd/charon-cmd.8.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/charon-cmd/charon-cmd.8.in b/src/charon-cmd/charon-cmd.8.in index 410231a81..c15c7d91f 100644 --- a/src/charon-cmd/charon-cmd.8.in +++ b/src/charon-cmd/charon-cmd.8.in @@ -56,6 +56,21 @@ the following snippet can be used: .PP .SH "OPTIONS" .TP +.B "\-\-help" +Prints usage information and a short summary of the available options. +.TP +.B "\-\-version" +Prints the strongSwan version. +.TP +.BI "\-\-debug " level +Sets the default log level (defaults to 1). +.I level +is a number between -1 and 4. +Refer to +.I strongswan.conf +for options that allow a more fine-grained configuration of the logging +output. +.TP .BI "\-\-host " hostname DNS name or IP address to connect to. .TP |