aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfirma6
1 files changed, 3 insertions, 3 deletions
diff --git a/firma b/firma
index ce57e19..2696ef0 100755
--- a/firma
+++ b/firma
@@ -1518,9 +1518,9 @@ function SubscribeUsers {
if [ "$1" == "help" ]; then
AdminLog "
help show this help
- stdin waits for key material from stdin
- file <file-name> import pubkeys from file
- keyserver [server-address] <key-ids> import <key-ids> from <server-address>
+ stdin waits for key material from stdin (interactive mode only)
+ file <file-name> import pubkeys from file (interactive mode only)
+ keyserver [server-address] <key-ids> import <key-ids> from <server-address> (default server: $KEYSERVER)
"
elif [ "$1" == "stdin" ]; then
if [ "$MODE" == "admin-interactive" ]; then