format this help message using a dict, not a tuple
7644486
using a tuple introduces a very delicate dependence on argument order. Better to name each thing we're inserting -- this will make changes easier.