summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/option.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/option.c b/src/option.c
index c8640f3..1908930 100644
--- a/src/option.c
+++ b/src/option.c
@@ -211,7 +211,7 @@ static GOptionEntry entry_options[] = {
"text",
'\0',
G_OPTION_FLAG_NOALIAS,
- G_OPTION_ARG_STRING,
+ G_OPTION_ARG_STRING | G_OPTION_FLAG_NOALIAS,
&zenity_general_dialog_text,
N_("Set the dialog text"),
NULL
@@ -220,7 +220,7 @@ static GOptionEntry entry_options[] = {
"entry-text",
'\0',
0,
- G_OPTION_ARG_STRING | G_OPTION_FLAG_NOALIAS,
+ G_OPTION_ARG_STRING,
&zenity_entry_entry_text,
N_("Set the entry text"),
NULL