aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/import_xml.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-09-03 09:00:30 -0400
committerW. Trevor King <wking@tremily.us>2012-09-03 09:00:30 -0400
commitccf367f1a82035686323828669db1ad3afc4043a (patch)
tree7109cad27d60fd999bf946e9f7c21b45fd1b1606 /libbe/command/import_xml.py
parentd241a1fea084e5170b43bde371dc50637d74bf50 (diff)
downloadbugseverywhere-ccf367f1a82035686323828669db1ad3afc4043a.tar.gz
command:import_xml: fix `--r` -> `-r` in long help.
Diffstat (limited to 'libbe/command/import_xml.py')
-rw-r--r--libbe/command/import_xml.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbe/command/import_xml.py b/libbe/command/import_xml.py
index 1451362..f26d002 100644
--- a/libbe/command/import_xml.py
+++ b/libbe/command/import_xml.py
@@ -370,11 +370,11 @@ Examples:
Import comments (e.g. emails from a mailbox) and append to bug /XYZ:
- $ be-mail-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-mail-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: