aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2006-10-12 00:55:00 +0000
committerrhatto <rhatto>2006-10-12 00:55:00 +0000
commitd059c16fcbcd4ad110f7e8116f689eb9eebce173 (patch)
tree2c771dc29e745ff493a129d15d03ec18a5a1d10a /firma
parent97236a2cc216589262b7ddc23e2d7e82fb0a9f66 (diff)
downloadfirma-d059c16fcbcd4ad110f7e8116f689eb9eebce173.tar.gz
firma-d059c16fcbcd4ad110f7e8116f689eb9eebce173.tar.bz2
updated SubscriberUsers help message
Diffstat (limited to 'firma')
-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