Michael W Thelen wrote:
>Here's a small patch to make the 'svn commit --file' help message a
>little clearer.  The phrase "read data from file" is pretty vague and I
>have gotten confused by it.  "read commit message from file" makes it
>clear exactly what the file is supposed to contain (and the phrase is
>parallel with the help message for svn commit --message).
>
>-- Mike
>
>[[[
>Clarify 'svn commit' help message for --file option.
>
>* subversion/clients/cmdline/main.c
>  (svn_c1__options): change message from "read data from file" to "read
>  commit message from file".
>]]]
>
>Index: subversion/clients/cmdline/main.c
>===================================================================
>--- subversion/clients/cmdline/main.c	(revision 9622)
>+++ subversion/clients/cmdline/main.c	(working copy)
>@@ -85,7 +85,7 @@
>       "COMMITTED")
>      /* spacing corresponds to svn_opt_format_option */
>     },
>-    {"file",          'F', 1, N_("read data from file ARG")},
>+    {"file",          'F', 1, N_("read commit message from file ARG")},
>     {"incremental",   svn_cl__incremental_opt, 0,
>                       N_("give output suitable for concatenation")},
>     {"encoding",      svn_cl__encoding_opt, 1,
>  
>
This is wrong because --file is not specific to commit messages.
-- Brane
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May  5 00:21:54 2004