You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/02/14 09:05:29 UTC

svn commit: r1070402 - /subversion/trunk/subversion/svn/main.c

Author: danielsh
Date: Mon Feb 14 08:05:29 2011
New Revision: 1070402

URL: http://svn.apache.org/viewvc?rev=1070402&view=rev
Log:
* subversion/svn/main.c
  (svn_cl__status): Special-case the help string for '-q'.

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=1070402&r1=1070401&r2=1070402&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Mon Feb 14 08:05:29 2011
@@ -1286,7 +1286,8 @@ const svn_opt_subcommand_desc2_t svn_cl_
      "          >   local missing, incoming edit upon update\n"
      "    D       wc/qax.c\n"),
     { 'u', 'v', 'N', opt_depth, 'q', opt_no_ignore, opt_incremental, opt_xml,
-      opt_ignore_externals, opt_changelist} },
+      opt_ignore_externals, opt_changelist},
+    {{'q', N_("don't print unversioned items")}} },
 
   { "switch", svn_cl__switch, {"sw"}, N_
     ("Update the working copy to a different URL within the same repository.\n"