From: Gabriel Filion Date: Sat, 15 Nov 2014 22:06:10 +0000 (-0500) Subject: tag-cmd.py: rephrase -f summary in optspec X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4856766f55c2895a391a671b6b2f3831baa6b16f;p=packages%2Fb%2Fbup.git tag-cmd.py: rephrase -f summary in optspec The current summary for the -f option is rather unclear: it says that it will delete a tag that doesn't exist, but will happily delete the tag, too, if it exists. Signed-off-by: Gabriel Filion Reviewed-by: Rob Browning --- diff --git a/cmd/tag-cmd.py b/cmd/tag-cmd.py index 5a3108f..95b3d7c 100755 --- a/cmd/tag-cmd.py +++ b/cmd/tag-cmd.py @@ -19,7 +19,7 @@ bup tag [-f] bup tag -d [-f] -- d,delete= Delete a tag -f,force Overwrite existing tag, or 'delete' a tag that doesn't exist +f,force Overwrite existing tag, or ignore missing tag when deleting """ o = options.Options(optspec)