samba-tool: fix some typos
authorBjörn Baumbach <bb@sernet.de>
Thu, 28 Mar 2019 16:24:40 +0000 (17:24 +0100)
committerDouglas Bagnall <dbagnall@samba.org>
Sat, 30 Mar 2019 22:21:27 +0000 (22:21 +0000)
commit53afa138bbef7a4a2eb9e2b6d183aadde94c132b
tree63b8182043fa1d8b972fb7b237ce458f69054148
parented0060d3f2f86837efd5afee6e0b68884765c3c3
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 <bb@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/netcmd/ou.py
python/samba/netcmd/visualize.py