Author: danielsh
Date: Sun Aug 18 17:54:01 2013
New Revision: 1515182

URL: http://svn.apache.org/r1515182
Log:
* tools/dist/backport.pl
  (backport_main): Fix typo.

Modified:
    subversion/trunk/tools/dist/backport.pl

Modified: subversion/trunk/tools/dist/backport.pl
URL: 
http://svn.apache.org/viewvc/subversion/trunk/tools/dist/backport.pl?rev=1515182&r1=1515181&r2=1515182&view=diff
==============================================================================
--- subversion/trunk/tools/dist/backport.pl (original)
+++ subversion/trunk/tools/dist/backport.pl Sun Aug 18 17:54:01 2013
@@ -94,7 +94,7 @@ backport.pl: a tool for reviewing, mergi
 Normally, invoke this with CWD being the root of the stable branch (e.g.,
 1.8.x):
 
-    Usage: test -e \$d/STATUS && cd \$d && \
+    Usage: test -e \$d/STATUS && cd \$d && \\
            backport.pl [PATTERN]
     (where \$d is a working copy of branches/1.8.x)
 


Reply via email to