msi: Tweak msiexec's usage message.

Francois Gouget fgouget at free.fr
Wed May 2 19:36:57 CDT 2012


---
 dlls/msi/msi.rc |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/msi/msi.rc b/dlls/msi/msi.rc
index fd67807..359ca35 100644
--- a/dlls/msi/msi.rc
+++ b/dlls/msi/msi.rc
@@ -44,12 +44,12 @@ STRINGTABLE
 	"Apply a patch:\n" \
 	"\t/p patch_package [property]\n" \
 	"\t/p patch_package /a package [property]\n" \
-	"Log and UI Modifiers for above commands:\n" \
-	"\t/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] logfile\n" \
+	"Log and user interface modifiers for the above commands:\n" \
+	"\t/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] log_file\n" \
 	"\t/q{|n|b|r|f|n+|b+|b-}\n" \
-	"Register MSI Service:\n" \
+	"Register the MSI Service:\n" \
 	"\t/y\n" \
-	"Unregister MSI Service:\n" \
+	"Unregister the MSI Service:\n" \
 	"\t/z\n" \
 	"Display this help:\n" \
 	"\t/help\n" \
-- 
1.7.9.5



More information about the wine-patches mailing list