|
svn commit: r13173 - trunk/subversion/svnlook: msg#00354version-control.subversion.svn
Author: dionisos Date: Sat Feb 26 15:42:06 2005 New Revision: 13173 Modified: trunk/subversion/svnlook/main.c Log: Error message convention fixes. * subversion/svnlook/main.c: Start error messages with a capital letter. Modified: trunk/subversion/svnlook/main.c Url: http://svn.collab.net/viewcvs/svn/trunk/subversion/svnlook/main.c?view=diff&rev=13173&p1=trunk/subversion/svnlook/main.c&r1=13172&p2=trunk/subversion/svnlook/main.c&r2=13173 ============================================================================== --- trunk/subversion/svnlook/main.c (original) +++ trunk/subversion/svnlook/main.c Sat Feb 26 15:42:06 2005 @@ -1990,7 +1990,7 @@ { svn_error_clear (svn_cmdline_fprintf (stderr, pool, - _("subcommand argument required\n"))); + _("Subcommand argument required\n"))); subcommand_help (NULL, NULL, pool); svn_pool_destroy (pool); return EXIT_FAILURE; @@ -2046,7 +2046,7 @@ { svn_error_clear (svn_cmdline_fprintf (stderr, pool, - _("repository argument required\n"))); + _("Repository argument required\n"))); subcommand_help (NULL, NULL, pool); svn_pool_destroy (pool); return EXIT_FAILURE; @@ -2103,7 +2103,7 @@ svn_error_clear (svn_cmdline_fprintf (stderr, pool, - _("subcommand '%s' doesn't accept option '%s'\n" + _("Subcommand '%s' doesn't accept option '%s'\n" "Type 'svnlook help %s' for usage.\n"), subcommand->name, optstr, subcommand->name)); svn_pool_destroy (pool); |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | svn commit: r13172 - in trunk/subversion: svnadmin svndumpfilter svnversion: 00354, dionisos-jqHnx1hy4Dsdnm+yROfE0A |
|---|---|
| Next by Date: | svn commit: r13174 - branches/locking/subversion/libsvn_ra_svn: 00354, lundblad-jqHnx1hy4Dsdnm+yROfE0A |
| Previous by Thread: | svn commit: r13172 - in trunk/subversion: svnadmin svndumpfilter svnversioni: 00354, dionisos-jqHnx1hy4Dsdnm+yROfE0A |
| Next by Thread: | svn commit: r13174 - branches/locking/subversion/libsvn_ra_svn: 00354, lundblad-jqHnx1hy4Dsdnm+yROfE0A |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |