Author: danielsh
Date: Tue Oct 9 17:38:34 2012
New Revision: 1396133
URL: http://svn.apache.org/viewvc?rev=1396133&view=rev
Log:
Follow-up to r1381147.
* tools/server-side/svnauthz-validate.c
(usage): Document the non-optional argument (which 1.7 had, too.)
Modified:
subversion/trunk/tools/server-side/svnauthz-validate.c
Modified: subversion/trunk/tools/server-side/svnauthz-validate.c
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/server-side/svnauthz-validate.c?rev=1396133&r1=1396132&r2=1396133&view=diff
==============================================================================
--- subversion/trunk/tools/server-side/svnauthz-validate.c (original)
+++ subversion/trunk/tools/server-side/svnauthz-validate.c Tue Oct 9 17:38:34 2012
@@ -44,7 +44,7 @@ enum {
static int
usage(const char *argv0)
{
- printf("Usage: %s FILE [--username USER [--path FSPATH] [--repository REPOS_NAME]]\n\n",
argv0);
+ printf("Usage: %s FILE [--username USER [--path FSPATH] [--repository REPOS_NAME]] FILE\n\n",
argv0);
printf("Loads the authz file at FILE and validates its syntax.\n"
"Optionally prints the access available to USER for FSPATH in\n"
"repository with authz name REPOS_NAME. If FSPATH is omitted, reports\n"
|