mirror of
https://github.com/samba-team/samba.git
synced 2025-12-09 00:23:50 +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_rename(Command):
|
||||
or without the domainDN component.
|
||||
|
||||
Examples:
|
||||
samba-tool ou rename 'OU=OrgUnit,DC=samdom,DC=example,DC=com' \
|
||||
samba-tool ou rename 'OU=OrgUnit,DC=samdom,DC=example,DC=com' \\
|
||||
'OU=NewNameOfOrgUnit,DC=samdom,DC=example,DC=com'
|
||||
samba-tool ou rename 'OU=OrgUnit' 'OU=NewNameOfOrgUnit'
|
||||
|
||||
@@ -102,7 +102,7 @@ class cmd_move(Command):
|
||||
or without the domainDN component.
|
||||
|
||||
Examples:
|
||||
samba-tool ou move 'OU=OrgUnit,DC=samdom,DC=example,DC=com' \
|
||||
samba-tool ou move 'OU=OrgUnit,DC=samdom,DC=example,DC=com' \\
|
||||
'OU=NewParentOfOrgUnit,DC=samdom,DC=example,DC=com'
|
||||
samba-tool ou rename 'OU=OrgUnit' 'OU=NewParentOfOrgUnit'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user