]> arthur.barton.de Git - bup.git/blobdiff - cmd/tag-cmd.py
tag-cmd.py: fix -f placement in delete synopsis
[bup.git] / cmd / tag-cmd.py
index 95b3d7c7e8a4765be2b8eaa1095c4799f2f552db..8b4a7086527e57b5e6d8e5d8569126cc7a419eec 100755 (executable)
@@ -16,7 +16,7 @@ handle_ctrl_c()
 optspec = """
 bup tag
 bup tag [-f] <tag name> <commit>
-bup tag -d [-f] <tag name>
+bup tag [-f] -d <tag name>
 --
 d,delete=   Delete a tag
 f,force     Overwrite existing tag, or ignore missing tag when deleting