]> arthur.barton.de Git - bup.git/commitdiff
tag-cmd.py: rephrase -f summary in optspec
authorGabriel Filion <gabster@lelutin.ca>
Sat, 15 Nov 2014 22:06:10 +0000 (17:06 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 16 Nov 2014 20:22:36 +0000 (14:22 -0600)
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 <gabster@lelutin.ca>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
cmd/tag-cmd.py

index 5a3108f2236c0d9ba291acbae0e350cf41a6cf58..95b3d7c7e8a4765be2b8eaa1095c4799f2f552db 100755 (executable)
@@ -19,7 +19,7 @@ bup tag [-f] <tag name> <commit>
 bup tag -d [-f] <tag name>
 --
 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)