[main] inverted help/version messages

This commit is contained in:
Massimo Gengarelli 2011-01-30 16:50:13 +01:00
parent 7e1a504d81
commit d514eeac1e

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 {