Author: pburba
Date: Tue Nov  1 16:08:02 2011
New Revision: 1196078

URL: http://svn.apache.org/viewvc?rev=1196078&view=rev
Log:
* subversion/svn/main.c
  (svn_cl__options): Tweak help text to note that -c/--change option accepts
   arguments in the ARG1-ARG2 form.

Modified:
    subversion/trunk/subversion/svn/main.c

Modified: subversion/trunk/subversion/svn/main.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/main.c?rev=1196078&r1=1196077&r2=1196078&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Tue Nov  1 16:08:02 2011
@@ -145,7 +145,11 @@ const apr_getopt_option_t svn_cl__option
   {"change",        'c', 1,
                     N_("the change made by revision ARG (like -r ARG-1:ARG)\n"
                        "                             "
-                       "If ARG is negative this is like -r ARG:ARG-1")},
+                       "If ARG is negative this is like -r ARG:ARG-1\n"
+                       "                             "
+                       "If ARG is of the form ARG1-ARG2 then this is like\n"
+                       "                             "
+                       "ARG1:ARG2, where ARG1 is inclusive")},
   {"revision",      'r', 1,
                     N_("ARG (some commands also take ARG1:ARG2 range)\n"
                        "                             "


Reply via email to