Revision 3506f6a0 snf-pithos-app/pithos/api/manage_accounts/cli/__init__.py

b/snf-pithos-app/pithos/api/manage_accounts/cli/__init__.py
217 217
    # create the parser for the "set-container-quota" command
218 218
    parser_set_container_quota = subparsers.add_parser(
219 219
        'set-container-quota',
220
        description="Set container quota for all the existing accounts"
220
        description="Set container quota for all or a specific account"
221 221
    )
222 222
    parser_set_container_quota.add_argument(
223 223
        '--account', dest='account',

Also available in: Unified diff