note which functions only work in local mode

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14009 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2004-06-27 17:34:10 +00:00
parent cf22688e0c
commit 769bbfede1

View File

@@ -61,7 +61,7 @@ command = {
help = "filedescriptor to read passphrase from" help = "filedescriptor to read passphrase from"
default = "-1" default = "-1"
} }
help = "" help = "Writes the Kerberos master key to a file used by the KDC. \nLocal (-l) mode only."
} }
command = { command = {
name = "dump" name = "dump"
@@ -72,7 +72,7 @@ command = {
help = "decrypt keys" help = "decrypt keys"
} }
argument = "[dump-file]" 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 = { command = {
@@ -88,17 +88,17 @@ command = {
help = "realm max renewable lifetime" help = "realm max renewable lifetime"
} }
argument = "realm..." 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 = { command = {
name = "load" name = "load"
argument = "file" argument = "file"
help = "Loads a previously dumped file." help = "Loads a previously dumped file. Local (-l) mode only."
} }
command = { command = {
name = "merge" name = "merge"
argument = "file" 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 = { command = {
name = "add" name = "add"