[PATCH] doc/en/user-guide/undoing_mistakes.txt: position of --opions
Jari Aalto
jari.aalto at cante.net
Tue Dec 2 16:30:06 GMT 2008
Few fixes:
2008-11-26 Jari Aalto <jari.aalto at cante.net>
* undoing_mistakes.txt
(Correcting a tag): Move option --force after 'tag' command.
(Clearing a tag): Move option --delete after 'tag' command.
doc/en/user-guide/undoing_mistakes.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/en/user-guide/undoing_mistakes.txt b/doc/en/user-guide/undoing_mistakes.txt
index b3e7e4c..142e00e 100644
--- a/doc/en/user-guide/undoing_mistakes.txt
+++ b/doc/en/user-guide/undoing_mistakes.txt
@@ -149,7 +149,7 @@ the ``tag`` command to redefine it. For example::
bzr tag 2.0-beta-1
(oops, we're not yet ready for that)
(make more commits to include more fixes)
- bzr tag 2.0-beta-1 --force
+ bzr tag --force 2.0-beta-1
Clearing a tag
--------------
@@ -159,5 +159,5 @@ If you have defined a tag and no longer want it defined, use the
bzr tag 2.0-beta-4
(oops, we're not releasing a 4th beta)
- bzr tag 2.0-beta-4 --delete
+ bzr tag --delete 2.0-beta-4
More information about the bazaar
mailing list