mirror of
https://github.com/samba-team/samba.git
synced 2025-12-17 04:23:50 +03:00
python:samba:netcmd: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andreas Schneider
parent
de2c4879ce
commit
e046986d04
@@ -106,11 +106,11 @@ class cmd_drs_showrepl(Command):
|
||||
"from this server"),
|
||||
dest='format', action='store_const', const='summary'),
|
||||
Option("--pull-summary", help=("Have we successfully replicated "
|
||||
"from all relevent servers?"),
|
||||
"from all relevant servers?"),
|
||||
dest='format', action='store_const', const='pull_summary'),
|
||||
Option("--notify-summary", action='store_const',
|
||||
const='notify_summary', dest='format',
|
||||
help=("Have we successfully notified all relevent servers of "
|
||||
help=("Have we successfully notified all relevant servers of "
|
||||
"local changes, and did they say they successfully "
|
||||
"replicated?")),
|
||||
Option("--classic", help="print local replication details",
|
||||
|
||||
Reference in New Issue
Block a user