[main] inverted help/version messages

This commit is contained in:
Massimo Gengarelli 2011-01-30 16:50:13 +01:00 committed by Hylke Bons
parent 3ca9a353c7
commit ed189470c0

View file

@ -65,8 +65,8 @@ namespace SparkleShare {
var p = new OptionSet () {
{ "d|disable-gui", _("Don't show the notification icon"), v => hide_ui = v != null },
{ "v|version", _("Show this help text"), v => { PrintVersion (); } },
{ "h|help", _("Print version information"), v => show_help = v != null }
{ "v|version", _("Print version information"), v => { PrintVersion (); } },
{ "h|help", _("Show this help text"), v => show_help = v != null }
};
try {