mirror of
https://github.com/samba-team/samba.git
synced 2025-07-14 12:59:07 +03:00
samba-tool: fixed synopsis on user commands
Fixed all synopsis to contain [options], filter, and username Signed-off-by: Andrew Tridgell <tridge@samba.org>
This commit is contained in:
committed by
Andrew Tridgell
parent
c9bf7022fd
commit
f1a079f8dd
@ -73,7 +73,7 @@ class cmd_user_delete(Command):
|
||||
class cmd_user_enable(Command):
|
||||
"""Enables a user"""
|
||||
|
||||
synopsis = "%prog user enable <username> [options]"
|
||||
synopsis = "%prog user enable (<username>|--filter <filter>) [options]"
|
||||
|
||||
takes_options = [
|
||||
Option("-H", help="LDB URL for database or target server", type=str),
|
||||
|
Reference in New Issue
Block a user