aboutsummaryrefslogtreecommitdiff
path: root/gkeys
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2014-12-26 01:34:05 -0800
committerBrian Dolbec <dolsen@gentoo.org>2014-12-26 01:34:05 -0800
commit2e27c4aa99721b05f0a9aca1b494f31f648218a8 (patch)
tree9a1695ffdd7ab4e8d861ae4a1c51a5686fada181 /gkeys
parentgkeys/base.py: Improve help layout, unify no action help with py2.7 (diff)
downloadgentoo-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')
-rw-r--r--gkeys/gkeys/base.py3
-rw-r--r--gkeys/gkeys/cli.py3
2 files changed, 2 insertions, 4 deletions
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!'''
}