summaryrefslogtreecommitdiffstats
path: root/src/util/k5test.py
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2010-08-12 17:15:17 +0000
committerGreg Hudson <ghudson@mit.edu>2010-08-12 17:15:17 +0000
commit041f97cd56890b3d12945eb0cce6b126a9940e8c (patch)
tree6aa8deee61c5f96ebb4f7e02ffdd75231770282e /src/util/k5test.py
parentb8540be6a3f88448084a7f2e038d8445d56866f5 (diff)
downloadkrb5-041f97cd56890b3d12945eb0cce6b126a9940e8c.tar.gz
krb5-041f97cd56890b3d12945eb0cce6b126a9940e8c.tar.xz
krb5-041f97cd56890b3d12945eb0cce6b126a9940e8c.zip
Correct the documentation for the start_kadmind keyword in k5test.py
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24239 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/k5test.py')
-rw-r--r--src/util/k5test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/k5test.py b/src/util/k5test.py
index e506afa7c9..d88086274b 100644
--- a/src/util/k5test.py
+++ b/src/util/k5test.py
@@ -119,7 +119,7 @@ keyword arguments:
* start_kdc=False: Don't start the KDC. Implies get_creds=False.
-* start_kadmin=False: Don't start kadmind.
+* start_kadmind=False: Don't start kadmind.
* get_creds=False: Don't get user credentials.