]> arthur.barton.de Git - bup.git/commit
tag-cmd.py: fix -f placement in delete synopsis
authorGabriel Filion <gabster@lelutin.ca>
Sat, 15 Nov 2014 22:06:11 +0000 (17:06 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 16 Nov 2014 21:01:43 +0000 (15:01 -0600)
commita849b0c488188421c05995fb098af4a3df55fe5f
tree4992e9457bcaf09e848b6213c2ae38b942464970
parent4856766f55c2895a391a671b6b2f3831baa6b16f
tag-cmd.py: fix -f placement in delete synopsis

The -d option is the one that should take the <tag name> argument,
whereas the -f option has no argument.

With better ordering in the synopis, this is less misleading.

Signed-off-by: Gabriel Filion <gabster@lelutin.ca>
[rlb@defaultvalue.org: adjust commit summary]
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
cmd/tag-cmd.py