diff options
-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 b3b36d9..387303a 100644 --- a/gemato/cli.py +++ b/gemato/cli.py @@ -283,7 +283,7 @@ def main(argv): create = subp.add_parser('create', help='Create a Manifest tree starting at the specified file') - create.add_argument('paths', nargs='*', default=['Manifest'], + create.add_argument('paths', nargs='*', default=['.'], help='Paths to create (defaults to "Manifest" if none specified)') create.add_argument('-c', '--compress-watermark', type=int, help='Minimum Manifest size for files to be compressed') |