summaryrefslogtreecommitdiff
path: root/Mailman/bin/check_perms.py
diff options
context:
space:
mode:
authorbwarsaw2006-09-25 00:01:06 +0000
committerbwarsaw2006-09-25 00:01:06 +0000
commit8157935353a960cd03a72e403e8638b016c8e9a1 (patch)
tree00e219530cab575a9d2ec76ee9c90523d14a5275 /Mailman/bin/check_perms.py
parent99a4f0ef16e6dfddafbd396896afb97821528f16 (diff)
downloadmailman-8157935353a960cd03a72e403e8638b016c8e9a1.tar.gz
mailman-8157935353a960cd03a72e403e8638b016c8e9a1.tar.zst
mailman-8157935353a960cd03a72e403e8638b016c8e9a1.zip
Diffstat (limited to 'Mailman/bin/check_perms.py')
-rwxr-xr-xMailman/bin/check_perms.py12
1 files changed, 1 insertions, 11 deletions
diff --git a/Mailman/bin/check_perms.py b/Mailman/bin/check_perms.py
index c56171b49..0e5124b91 100755
--- a/Mailman/bin/check_perms.py
+++ b/Mailman/bin/check_perms.py
@@ -15,15 +15,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
# USA.
-"""Check the permissions for the Mailman installation.
-
-Usage: %(PROGRAM)s [-f] [-v] [-h]
-
-With no arguments, just check and report all the files that have bogus
-permissions or group ownership. With -f (and run as root), fix all the
-permission problems found. With -v be verbose.
-"""
-
import os
import sys
import pwd
@@ -359,8 +350,7 @@ def parseargs():
Check the permissions of all Mailman files. With no options, just report the
permission and ownership problems found."""))
parser.add_option('-f', '--fix',
- default=False, action='store_true',
- help=_("""\
+ default=False, action='store_true', help=_("""\
Fix all permission and ownership problems found. With this option, you must
run check_perms as root."""))
parser.add_option('-v', '--verbose',