summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs/remove.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/commands/docs/remove.txt')
-rw-r--r--src/mailman/commands/docs/remove.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/commands/docs/remove.txt b/src/mailman/commands/docs/remove.txt
index 0158c9b37..f0f4e64f6 100644
--- a/src/mailman/commands/docs/remove.txt
+++ b/src/mailman/commands/docs/remove.txt
@@ -3,6 +3,7 @@ Command line list removal
=========================
A system administrator can remove mailing lists by the command line.
+::
>>> create_list('test@example.com')
<mailing list "test@example.com" at ...>
@@ -29,6 +30,7 @@ A system administrator can remove mailing lists by the command line.
None
You can also remove lists quietly.
+::
>>> create_list('test@example.com')
<mailing list "test@example.com" at ...>
@@ -44,6 +46,7 @@ Removing archives
=================
By default 'mailman remove' does not remove a mailing list's archives.
+::
>>> create_list('test@example.com')
<mailing list "test@example.com" at ...>
@@ -71,6 +74,7 @@ By default 'mailman remove' does not remove a mailing list's archives.
Even if the mailing list has been deleted, you can still delete the archives
afterward.
+::
>>> args.archives = True