Merge lp:~sumanah/mailman/commafix into lp:mailman

Proposed by Sumana Harihareswara
Status: Merged
Merged at revision: 7333
Proposed branch: lp:~sumanah/mailman/commafix
Merge into: lp:mailman
Diff against target: 21 lines (+2/-2)
1 file modified
src/mailman/commands/cli_control.py (+2/-2)
To merge this branch: bzr merge lp:~sumanah/mailman/commafix
Reviewer Review Type Date Requested Status
Barry Warsaw Pending
Review via email: mp+256764@code.launchpad.net

Description of the change

Two tiny typofixes for the command line options & help.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/mailman/commands/cli_control.py'
--- src/mailman/commands/cli_control.py 2015-01-20 19:53:16 +0000
+++ src/mailman/commands/cli_control.py 2015-04-20 01:39:24 +0000
@@ -56,7 +56,7 @@
56 default=False, action='store_true',56 default=False, action='store_true',
57 help=_("""\57 help=_("""\
58 If the master watcher finds an existing master lock, it will58 If the master watcher finds an existing master lock, it will
59 normally exit with an error message. With this option,the master59 normally exit with an error message. With this option, the master
60 will perform an extra level of checking. If a process matching60 will perform an extra level of checking. If a process matching
61 the host/pid described in the lock file is running, the master61 the host/pid described in the lock file is running, the master
62 will still exit, requiring you to manually clean up the lock. But62 will still exit, requiring you to manually clean up the lock. But
@@ -78,7 +78,7 @@
78 This flag is not recommended for normal production environments.78 This flag is not recommended for normal production environments.
7979
80 Note though, that if you run with -u and are not in the mailman80 Note though, that if you run with -u and are not in the mailman
81 group, you may have permission problems, such as begin unable to81 group, you may have permission problems, such as being unable to
82 delete a list's archives through the web. Tough luck!"""))82 delete a list's archives through the web. Tough luck!"""))
83 command_parser.add_argument(83 command_parser.add_argument(
84 '-q', '--quiet',84 '-q', '--quiet',