From: Gabriel Filion Date: Sat, 15 Nov 2014 22:06:11 +0000 (-0500) Subject: tag-cmd.py: fix -f placement in delete synopsis X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a849b0c488188421c05995fb098af4a3df55fe5f;p=packages%2Fb%2Fbup.git tag-cmd.py: fix -f placement in delete synopsis The -d option is the one that should take the argument, whereas the -f option has no argument. With better ordering in the synopis, this is less misleading. Signed-off-by: Gabriel Filion [rlb@defaultvalue.org: adjust commit summary] Reviewed-by: Rob Browning --- diff --git a/cmd/tag-cmd.py b/cmd/tag-cmd.py index 95b3d7c..8b4a708 100755 --- a/cmd/tag-cmd.py +++ b/cmd/tag-cmd.py @@ -16,7 +16,7 @@ handle_ctrl_c() optspec = """ bup tag bup tag [-f] -bup tag -d [-f] +bup tag [-f] -d -- d,delete= Delete a tag f,force Overwrite existing tag, or ignore missing tag when deleting