From: Björn Baumbach Date: Thu, 28 Mar 2019 16:24:40 +0000 (+0100) Subject: samba-tool: fix some typos X-Git-Tag: tdb-1.4.1~582 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53afa138bbef7a4a2eb9e2b6d183aadde94c132b;p=thirdparty%2Fsamba.git samba-tool: fix some typos All command descriptions have a dot '.' at the end. The ou and visualize command need this too. ... group - Group management. ldapcmp - Compare two ldap databases. ntacl - NT ACLs manipulation. ou - Organizational Units (OU) management ... user - User management. visualize - Produces graphical representations of Samba network state Signed-off-by: Björn Baumbach Reviewed-by: Douglas Bagnall --- diff --git a/python/samba/netcmd/ou.py b/python/samba/netcmd/ou.py index f4e01838e6e..38be3cea22e 100644 --- a/python/samba/netcmd/ou.py +++ b/python/samba/netcmd/ou.py @@ -1,6 +1,6 @@ -# implement samba_tool ou commands +# implement samba-tool ou commands # -# Copyright Bjoern Baumbach 2018 +# Copyright Bjoern Baumbach 2018-2019 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -390,7 +390,7 @@ class cmd_delete(Command): class cmd_ou(SuperCommand): - """Organizational Units (OU) management""" + """Organizational Units (OU) management.""" subcommands = {} subcommands["create"] = cmd_create() diff --git a/python/samba/netcmd/visualize.py b/python/samba/netcmd/visualize.py index a0eb676eb31..3b99c6c6e02 100644 --- a/python/samba/netcmd/visualize.py +++ b/python/samba/netcmd/visualize.py @@ -705,7 +705,7 @@ class cmd_uptodateness(GraphCommand): class cmd_visualize(SuperCommand): - """Produces graphical representations of Samba network state""" + """Produces graphical representations of Samba network state.""" subcommands = {} for k, v in globals().items():