Commit f87fb80f authored by Victor Ananjevsky's avatar Victor Ananjevsky

fix --version option

parent 18e3112c
......@@ -269,7 +269,7 @@ Set programm name.
.B \-\-image=\fIIMAGE\fP
Set programm icon name.
.TP
.B \-\-version=\fISTRING\fP
.B \-\-pversion=\fISTRING\fP
Set programm version string.
.TP
.B \-\-copyright=\fISTRING\fP
......
......@@ -243,7 +243,7 @@ static GOptionEntry about_options[] = {
N_("Display about dialog"), NULL },
{ "pname", 0, 0, G_OPTION_ARG_STRING, &options.about_data.name,
N_("Set application name"), N_("STRING") },
{ "version", 0, 0, G_OPTION_ARG_STRING, &options.about_data.version,
{ "pversion", 0, 0, G_OPTION_ARG_STRING, &options.about_data.version,
N_("Set application version"), N_("STRING") },
{ "copyright", 0, 0, G_OPTION_ARG_STRING, &options.about_data.copyright,
N_("Set application copyright string"), N_("STRING") },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment