commit: 2e27c4aa99721b05f0a9aca1b494f31f648218a8 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Fri Dec 26 09:34:05 2014 +0000 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com> CommitDate: Fri Dec 26 09:34:05 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=2e27c4aa
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. --- gkeys-ldap/gkeyldap/cli.py | 3 +-- gkeys/gkeys/base.py | 3 +-- gkeys/gkeys/cli.py | 3 +-- 3 files changed, 3 insertions(+), 6 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!''' } diff --git a/gkeys/gkeys/base.py b/gkeys/gkeys/base.py index b09082f..f9a019f 100644 --- a/gkeys/gkeys/base.py +++ b/gkeys/gkeys/base.py @@ -36,8 +36,7 @@ class CliBase(object): 'Action_Options': [], 'prog': 'gkeys', 'description': 'Gentoo-keys manager 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!''' } self.config = None self.args = None diff --git a/gkeys/gkeys/cli.py b/gkeys/gkeys/cli.py index 32d2ec4..c8ce6bc 100644 --- a/gkeys/gkeys/cli.py +++ b/gkeys/gkeys/cli.py @@ -40,8 +40,7 @@ class Main(CliBase): 'Action_Options': Action_Options, 'prog': 'gkeys', 'description': 'Gentoo-keys manager 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!''' }