From 769bbfede1a533a41e2b7042722e36504ed4a203 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 27 Jun 2004 17:34:10 +0000 Subject: [PATCH] note which functions only work in local mode git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14009 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kadmin/kadmin-commands.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kadmin/kadmin-commands.in b/kadmin/kadmin-commands.in index a2964a3c8..7ca4305ca 100644 --- a/kadmin/kadmin-commands.in +++ b/kadmin/kadmin-commands.in @@ -61,7 +61,7 @@ command = { help = "filedescriptor to read passphrase from" default = "-1" } - help = "" + help = "Writes the Kerberos master key to a file used by the KDC. \nLocal (-l) mode only." } command = { name = "dump" @@ -72,7 +72,7 @@ command = { help = "decrypt keys" } argument = "[dump-file]" - help = "Dumps the database in a human readable format to the specified file, or the standard out." + help = "Dumps the database in a human readable format to the specified file, \nor the standard out. Local (-l) mode only." } command = { @@ -88,17 +88,17 @@ command = { help = "realm max renewable lifetime" } argument = "realm..." - help = "Initializes the default principals for a realm. Creates the database if necessary." + help = "Initializes the default principals for a realm. Creates the database\nif necessary. Local (-l) mode only." } command = { name = "load" argument = "file" - help = "Loads a previously dumped file." + help = "Loads a previously dumped file. Local (-l) mode only." } command = { name = "merge" argument = "file" - help = "Merges the contents of a dump file into the database." + help = "Merges the contents of a dump file into the database. Local (-l) mode only." } command = { name = "add"