Message230198
The patch with a major rewrite of '_format_actions_usage' handles this usage problem correctly:
usage: try_para_in_meta.py [-h] input_file(s) [input_file(s) ...]
The error is the result of usage group formatter trying to remove excess `()`. To give an idea of what is happening I replaced the missing () with {}.
input_file(s) [input_file(s) ...]
input_file{s) [input_file(s} ...] |
|
| Date |
User |
Action |
Args |
| 2014-10-29 05:30:38 | paul.j3 | set | recipients:
+ paul.j3, bethard, eric.araujo, ysj.ray, xuanji, tshepang, htnieman, manveru, vajrasky, wolma, mZarjk |
| 2014-10-29 05:30:38 | paul.j3 | set | messageid: <[email protected]> |
| 2014-10-29 05:30:38 | paul.j3 | link | issue11874 messages |
| 2014-10-29 05:30:38 | paul.j3 | create | |
|