1
0
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:
Giampaolo Lauria
2011-07-15 13:58:00 -04:00
committed by Andrew Tridgell
parent c9bf7022fd
commit f1a079f8dd

View File

@ -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),