diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-10 09:29:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-10 09:29:30 +0100 |
commit | 5b18da6ed9e26b1a31b841087fe93105864b62f4 (patch) | |
tree | b6374bc1aabb0ce7cbc4024245e7133a5b6f35fa | |
parent | c1471b7595d97b90dbd45755861195b3952f7ffa (diff) | |
download | gemato-5b18da6ed9e26b1a31b841087fe93105864b62f4.tar.gz |
cli: Correct the description of default path in create
-rw-r--r-- | gemato/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gemato/cli.py b/gemato/cli.py index d2fdbaa..5784480 100644 --- a/gemato/cli.py +++ b/gemato/cli.py @@ -329,7 +329,7 @@ class CreateCommand(BaseOpenPGPCommand): super(CreateCommand, self).add_options(create) create.add_argument('paths', nargs='*', default=['.'], - help='Paths to create (defaults to "Manifest" if none specified)') + help='Paths to create Manifest in (defaults to "." if none specified)') create.add_argument('-c', '--compress-watermark', type=int, help='Minimum Manifest size for files to be compressed') create.add_argument('-C', '--compress-format', |