Revision c626151a kamaki/cli/commands/pithos.py

b/kamaki/cli/commands/pithos.py
1217 1217
    If local destination is a directory:
1218 1218
    *   download <container>:<path> <local dir> -R
1219 1219
    will download all files on <container> prefixed as <path>,
1220
    to <local dir>/<full path>
1220
    to <local dir>/<full path> (or <local dir>\<full path> in windows)
1221 1221
    *   download <container>:<path> <local dir> --exact-match
1222 1222
    will download only one file, exactly matching <path>
1223 1223
    ATTENTION: to download cont:dir1/dir2/file there must exist objects
......
1730 1730
        detail=FlagArgument('show detailed output', ('-l', '--details')),
1731 1731
        until=DateArgument('show metadata until then', '--until'),
1732 1732
        object_version=ValueArgument(
1733
            'show specific version \ (applies only for objects)',
1733
            'show specific version (applies only for objects)',
1734 1734
            ('-O', '--object-version'))
1735 1735
    )
1736 1736

  

Also available in: Unified diff