diff options
author | 2014-12-26 01:34:05 -0800 | |
---|---|---|
committer | 2014-12-26 01:34:05 -0800 | |
commit | 2e27c4aa99721b05f0a9aca1b494f31f648218a8 (patch) | |
tree | 9a1695ffdd7ab4e8d861ae4a1c51a5686fada181 /gkeys-ldap | |
parent | gkeys/base.py: Improve help layout, unify no action help with py2.7 (diff) | |
download | gentoo-keys-2e27c4aa99721b05f0a9aca1b494f31f648218a8.tar.gz gentoo-keys-2e27c4aa99721b05f0a9aca1b494f31f648218a8.tar.bz2 gentoo-keys-2e27c4aa99721b05f0a9aca1b494f31f648218a8.zip |
gkeys/base.py: Shorten and enhance epilog message
The message was hitting a forced line wrapping right at "system"
Enhance (capitolize) a few important words.
Diffstat (limited to 'gkeys-ldap')
-rw-r--r-- | gkeys-ldap/gkeyldap/cli.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gkeys-ldap/gkeyldap/cli.py b/gkeys-ldap/gkeyldap/cli.py index fd29a94..bb4f5c3 100644 --- a/gkeys-ldap/gkeyldap/cli.py +++ b/gkeys-ldap/gkeyldap/cli.py @@ -37,8 +37,7 @@ class Main(CliBase): 'Action_Options': Action_Options, 'prog': 'gkey-ldap', 'description': 'Gentoo-keys LDAP interface and seed file generator program', - 'epilog': '''Caution: adding untrusted keys to these keyrings can - be hazardous to your system!''' + 'epilog': '''CAUTION: adding UNTRUSTED keys can be HAZARDOUS to your system!''' } |