command:import_xml: fix `--r` -> `-r` in long help.
authorW. Trevor King <wking@tremily.us>
Mon, 3 Sep 2012 13:00:30 +0000 (09:00 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 3 Sep 2012 13:00:30 +0000 (09:00 -0400)
libbe/command/import_xml.py

index 145136222eede298c235be98fd9ffc6348266b10..f26d002b58e1dc8189fb5b9afeb1660cdd8f9764 100644 (file)
@@ -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: