mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
python/samba/netcmd: provide SUPPRESS_HELP via Option class
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13816 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
a1658b306d
commit
b61d580fb7
@ -27,6 +27,7 @@ import textwrap
|
||||
|
||||
|
||||
class Option(optparse.Option):
|
||||
SUPPRESS_HELP = optparse.SUPPRESS_HELP
|
||||
pass
|
||||
|
||||
# This help formatter does text wrapping and preserves newlines
|
||||
|
Reference in New Issue
Block a user