summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-03-27 11:05:56 +0100
committerJan Pokorný <jpokorny@redhat.com>2014-03-27 11:05:56 +0100
commitbeae8bc21539485ababf92d1246b048a568bae14 (patch)
tree2c1b83f26a719f11746a174b89521777bb032496 /main.py
parentfd4c91d6ac9a0555afcbf6e266f683903f31cb9c (diff)
downloadclufter-beae8bc21539485ababf92d1246b048a568bae14.tar.gz
clufter-beae8bc21539485ababf92d1246b048a568bae14.tar.xz
clufter-beae8bc21539485ababf92d1246b048a568bae14.zip
main: in fact "@" magic file have more trailing digits
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'main.py')
-rw-r--r--main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.py b/main.py
index 77ee8e0..ae1c94d 100644
--- a/main.py
+++ b/main.py
@@ -191,8 +191,8 @@ def run(argv=None, *args):
" skipping those backed by default values otherwise"
" requiring specification then allowed by syntactic"
" sugar: all can be passed as a single, first,"
- " ::-delimited argument."
- " Magic files: `-', `@DIGIT'."
+ " ::-delimited argument;"
+ " magic files: `-', `@DIGIT+'."
" All available commands listed as `{0} --list'."
.format(prog_simple))
#try: