aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/import_xml.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-09-03 08:51:47 -0400
committerW. Trevor King <wking@tremily.us>2012-09-03 08:51:47 -0400
commitd241a1fea084e5170b43bde371dc50637d74bf50 (patch)
treec2c55fb3d526109537ab4c164eeb55e7decdf61e /libbe/command/import_xml.py
parent9e5b28a346b2f6d82a0dd00db7a9ee65f8e29a8f (diff)
downloadbugseverywhere-d241a1fea084e5170b43bde371dc50637d74bf50.tar.gz
command:import_xml: fix be-mbox-to-xml -> be-mail-to-xml.
This catches the doc up with misc/xml/be-mail-to-xml: commit c8985785eb741ff646082879f1ca5e9cfe3873b0 Author: W. Trevor King <wking@drexel.edu> Date: Wed Jan 20 15:22:28 2010 -0500 'be-mbox-to-xml' -> 'be-mail-to-xml' + support for several formats.
Diffstat (limited to 'libbe/command/import_xml.py')
-rw-r--r--libbe/command/import_xml.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/libbe/command/import_xml.py b/libbe/command/import_xml.py
index 298ad8a..1451362 100644
--- a/libbe/command/import_xml.py
+++ b/libbe/command/import_xml.py
@@ -368,13 +368,13 @@ Here's an example of import activity:
Examples:
-Import comments (e.g. emails from an mbox) and append to bug /XYZ:
+Import comments (e.g. emails from a mailbox) and append to bug /XYZ:
- $ be-mbox-to-xml mail.mbox | be import-xml --r /XYZ -
+ $ be-mail-to-xml mail.mbox | be import-xml --r /XYZ -
Or you can append those emails underneath the prexisting comment /XYZ/3:
- $ be-mbox-to-xml mail.mbox | be import-xml --r /XYZ/3 -
+ $ be-mail-to-xml mail.mbox | be import-xml --r /XYZ/3 -
User creates a new bug: