Index: /trunk/tools/bin/backport-common.sh
===================================================================
--- /trunk/tools/bin/backport-common.sh	(revision 83676)
+++ /trunk/tools/bin/backport-common.sh	(revision 83677)
@@ -108,7 +108,11 @@
             echo "Options:"
             echo "  --trunk-dir <dir>"
+            echo "    The source of the changeset being backported."
+            echo "  --branch-dir <dir>"
+            echo "    The backport destination directory. default: script location"
             echo "  --branch <ver>"
-            echo "  --branch-dir <dir>"
+            echo "    The name of the branch being backported to. default: auto"
             echo "  --extra <svn-arg>"
+            echo "    Additional arguments to specify to SVN."
             echo ""
             exit 2;
