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 2022/01/11 10:27:35 UTC

svn propchange: r1896877 - svn:log

Author: stsp
Revision: 1896877
Modified property: svn:log

Modified: svn:log at Tue Jan 11 10:27:35 2022
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Jan 11 10:27:35 2022
@@ -1,6 +1,6 @@
 Fix misleading -r option documentation for some svnadmin subcommands.
 
-The commands delrevprop, lstxns, rev-size, and setrevprop accept only
+The commands delrevprop, setlog, rev-size, and setrevprop accept only
 a single revision number. However, the -r option help text implied
 that a revision range was accepted. Correct the -r option help text
 of aforementioned commands.
@@ -11,5 +11,5 @@ The new text omits the reference to a re
   -r [--revision] ARG      : specify revision number ARG
 
 * subversion/svnadmin/svnadmin.c
-  (cmd_table): Override -r option description for the devrevprop, lsxtns,
+  (cmd_table): Override -r option description for the devrevprop, setlog,
       rev-size, and setrevprop commands.