fix faults command help strings

This commit is contained in:
Thomas Waldmann 2013-12-18 03:18:35 +01:00
parent f7d081cfc8
commit 3d53d8f1fd

View File

@ -17,13 +17,13 @@ class Command(BaseCommand):
action='store_true',
dest='show_server',
default=False,
help='reset the server fault counters of all hosts',
help='show server fault counters',
),
make_option('--show-client',
action='store_true',
dest='show_client',
default=False,
help='reset the server fault counters of all hosts',
help='show client fault counters',
),
make_option('--reset-server',
action='store_true',
@ -35,7 +35,7 @@ class Command(BaseCommand):
action='store_true',
dest='reset_client',
default=False,
help='reset the client faults counters of all hosts',
help='reset the client fault counters of all hosts',
),
make_option('--reset-abuse',
action='store_true',