diff options
| author | Abhilash Raj | 2015-03-12 21:50:52 +0530 |
|---|---|---|
| committer | Abhilash Raj | 2015-03-12 21:50:52 +0530 |
| commit | 8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102 (patch) | |
| tree | 613186c3d8d1c777904e13d7506989e8e610975c /src/mailman/commands/cli_withlist.py | |
| parent | 53b1f69726f97193638f1acf248646f7c8b28fe9 (diff) | |
| download | mailman-8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102.tar.gz mailman-8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102.tar.zst mailman-8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102.zip | |
Diffstat (limited to 'src/mailman/commands/cli_withlist.py')
| -rw-r--r-- | src/mailman/commands/cli_withlist.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mailman/commands/cli_withlist.py b/src/mailman/commands/cli_withlist.py index c0c9b3202..d5ba35b6e 100644 --- a/src/mailman/commands/cli_withlist.py +++ b/src/mailman/commands/cli_withlist.py @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License along with # GNU Mailman. If not, see <http://www.gnu.org/licenses/>. -"""bin/mailman withlist""" +"""mailman withlist""" __all__ = [ 'Shell', @@ -190,7 +190,7 @@ Programmatically, you can write a function to operate on a mailing list, and this script will take care of the housekeeping (see below for examples). In that case, the general usage syntax is: - % bin/mailman withlist [options] listname [args ...]""")) + % mailman withlist [options] listname [args ...]""")) print() print(_("""\ Here's an example of how to use the --run option. Say you have a file in the @@ -207,7 +207,7 @@ functions: You can print the list's posting address by running the following from the command line: - % bin/mailman withlist -r listaddr mylist@example.com + % mailman withlist -r listaddr mylist@example.com Importing listaddr ... Running listaddr.listaddr() ... mylist@example.com""")) @@ -215,7 +215,7 @@ command line: print(_("""\ And you can print the list's request address by running: - % bin/mailman withlist -r listaddr.requestaddr mylist + % mailman withlist -r listaddr.requestaddr mylist Importing listaddr ... Running listaddr.requestaddr() ... mylist-request@example.com""")) @@ -232,7 +232,7 @@ mailing list. You could put the following function in a file called and run this from the command line: - % bin/mailman withlist -r change mylist@example.com 'My List'""")) + % mailman withlist -r change mylist@example.com 'My List'""")) |
