mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
samba-tool: Fix typo in usage.
Karolin
This commit is contained in:
@ -62,7 +62,7 @@ class cmd_sites_create(Command):
|
|||||||
self.outf.write("Site %s created !\n" % sitename)
|
self.outf.write("Site %s created !\n" % sitename)
|
||||||
|
|
||||||
class cmd_sites_delete(Command):
|
class cmd_sites_delete(Command):
|
||||||
"""Delete a new site"""
|
"""Delete an existing site"""
|
||||||
|
|
||||||
synopsis = "%prog <site> [options]"
|
synopsis = "%prog <site> [options]"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user