]> gitweb.fluxo.info Git - firma.git/commitdiff
updated SubscriberUsers help message
authorrhatto <rhatto>
Thu, 12 Oct 2006 00:55:00 +0000 (00:55 +0000)
committerrhatto <rhatto>
Thu, 12 Oct 2006 00:55:00 +0000 (00:55 +0000)
firma

diff --git a/firma b/firma
index ce57e19c7a493b2baad1d1e1d363728ffb7a2b0d..2696ef022068353a0631694ead72d5e414fe6cc4 100755 (executable)
--- 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