Revision 16d7b9ff kamaki/cli/commands/pithos.py

b/kamaki/cli/commands/pithos.py
1884 1884
                msg = 'Failed to convert %s to bytes' % user_input,
1885 1885
                raiseCLIError(qe, msg, details=[
1886 1886
                    'Syntax: containerlimit set <limit>[format] [container]',
1887
                    'e.g.: containerlimit set 2.3GB mycontainer',
1887
                    'e.g.,: containerlimit set 2.3GB mycontainer',
1888 1888
                    'Valid formats:',
1889 1889
                    '(*1024): B, KiB, MiB, GiB, TiB',
1890 1890
                    '(*1000): B, KB, MB, GB, TB'])
......
2036 2036
    Deleted objects may still have versions that can be used to restore it and
2037 2037
    get information about its previous state.
2038 2038
    The version number can be used in a number of other commands, like info,
2039
    copy, move, meta. See these commands for more information, e.g.
2039
    copy, move, meta. See these commands for more information, e.g.,
2040 2040
    /file info -h
2041 2041
    """
2042 2042

  

Also available in: Unified diff