@@ -152,29 +158,31 @@ class Command(NoArgsCommand):
action="store_true",
default=False,
help="Reset usage for all or specified users"),
make_option('--verify',
dest='verify',
make_option('--diverging',
dest='diverging',
action="store_true",
default=False,
help=("Verify statistics consistency for all "
"or specified users")),
help=("List or reset diverging usages")),
make_option('--user',
dest='users',
action='append',
metavar='USER_UUID',
help="Specify which users --list or --reset applies. This option can be repeated several times. If no user is specified --list or --reset will be applied globally."),
help=("Specify which users --list or --reset applies.",
"This option can be repeated several times.",
"If no user is specified --list or --reset will be applied globally.")),