summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-08 18:23:13 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-08 18:23:13 +0100
commit56ea50cdbee2c0b065364522d6640424107b5c8d (patch)
tree60def71ba5c8bf36d6dfea4047cc62564358605d
parentc6e867fbf33342a047ae4f255c1b8ad3e03c5f69 (diff)
downloadmsitools-56ea50cdbee2c0b065364522d6640424107b5c8d.tar.gz
msitools-56ea50cdbee2c0b065364522d6640424107b5c8d.tar.xz
msitools-56ea50cdbee2c0b065364522d6640424107b5c8d.zip
Correct --help
-rw-r--r--src/wixl.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixl.vala b/src/wixl.vala
index 24d0ad4..be2be92 100644
--- a/src/wixl.vala
+++ b/src/wixl.vala
@@ -14,7 +14,7 @@ namespace Wixl {
{ "verbose", 'v', 0, OptionArg.NONE, ref verbose, N_("Verbose output"), null },
{ "output", 'o', 0, OptionArg.FILENAME, ref output, N_("Output file"), null },
{ "only-preproc", 'E', 0, OptionArg.NONE, ref preproc, N_("Stop after the preprocessing stage"), null },
- { "", 0, 0, OptionArg.FILENAME_ARRAY, ref files, null, N_("OUTPUT_FILE INPUT_FILE...") },
+ { "", 0, 0, OptionArg.FILENAME_ARRAY, ref files, null, N_("INPUT_FILE...") },
{ null }
};