1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

samba-tool: Fix typo in usage.

Karolin
This commit is contained in:
Karolin Seeger
2012-10-08 09:47:37 +02:00
parent 4b83c43ac2
commit 171bf9827b

View File

@ -62,7 +62,7 @@ class cmd_sites_create(Command):
self.outf.write("Site %s created !\n" % sitename)
class cmd_sites_delete(Command):
"""Delete a new site"""
"""Delete an existing site"""
synopsis = "%prog <site> [options]"