You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/07/28 00:35:33 UTC

svn commit: r1507736 - /subversion/branches/fsfs-format7/subversion/tests/cmdline/svntest/main.py

Author: stefan2
Date: Sat Jul 27 22:35:33 2013
New Revision: 1507736

URL: http://svn.apache.org/r1507736
Log:
On the fsfs-format7 branch:  No function change.

* subversion/tests/cmdline/svntest/main.py
  (_create_parser): update help string

Modified:
    subversion/branches/fsfs-format7/subversion/tests/cmdline/svntest/main.py

Modified: subversion/branches/fsfs-format7/subversion/tests/cmdline/svntest/main.py
URL: http://svn.apache.org/viewvc/subversion/branches/fsfs-format7/subversion/tests/cmdline/svntest/main.py?rev=1507736&r1=1507735&r2=1507736&view=diff
==============================================================================
--- subversion/branches/fsfs-format7/subversion/tests/cmdline/svntest/main.py (original)
+++ subversion/branches/fsfs-format7/subversion/tests/cmdline/svntest/main.py Sat Jul 27 22:35:33 2013
@@ -1756,7 +1756,7 @@ def _create_parser():
   parser.add_option('--url', action='store',
                     help='Base url to the repos (e.g. svn://localhost)')
   parser.add_option('--fs-type', action='store',
-                    help='Subversion file system type (fsfs or bdb)')
+                    help='Subversion file system type (fsfs, bdb or fsx)')
   parser.add_option('--cleanup', action='store_true',
                     help='Whether to clean up')
   parser.add_option('--enable-sasl', action='store_true',