mirror of
https://github.com/samba-team/samba.git
synced 2025-12-18 08:23:51 +03:00
samba-tool: fix format of command description (help messages)
Need to quote the backslash '\'. Signed-off-by: Björn Baumbach <bb@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
9d40b08ae3
commit
aa9dbee265
@@ -38,7 +38,7 @@ class cmd_schema_attribute_modify(Command):
|
||||
so be sure to view the current content before making changes.
|
||||
|
||||
Example1:
|
||||
samba-tool schema attribute modify uid \
|
||||
samba-tool schema attribute modify uid \\
|
||||
--searchflags="fATTINDEX,fPRESERVEONDELETE"
|
||||
|
||||
This alters the uid attribute to be indexed and to be preserved when
|
||||
|
||||
Reference in New Issue
Block a user