diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wixl.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixl.vala b/src/wixl.vala index 0c6c2f4..68451c9 100644 --- a/src/wixl.vala +++ b/src/wixl.vala @@ -38,7 +38,7 @@ private const OptionEntry[] options = { } if (files.length != 2) { - GLib.stderr.printf (_("Please specify a output and input files.\n")); + GLib.stderr.printf (_("Please specify output and input files.\n")); exit (1); } |
