Revision ca5b9261 kamaki/cli/commands/pithos.py

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

  

Also available in: Unified diff