From: W. Trevor King Date: Mon, 3 Sep 2012 13:00:30 +0000 (-0400) Subject: command:import_xml: fix `--r` -> `-r` in long help. X-Git-Tag: 1.1.0~101 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ccf367f1a82035686323828669db1ad3afc4043a;p=be.git command:import_xml: fix `--r` -> `-r` in long help. --- 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: