diff --git a/nsupdate/management/commands/faults.py b/nsupdate/management/commands/faults.py index d1d12cd..a10cc81 100644 --- a/nsupdate/management/commands/faults.py +++ b/nsupdate/management/commands/faults.py @@ -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',