summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgmont Koblinger <egmont@gmail.com>2014-09-12 00:38:34 +0200
committerEgmont Koblinger <egmont@gmail.com>2014-09-12 00:38:34 +0200
commit32984f268cb1d042a9cf854d23886294e9267033 (patch)
tree42e1021f073ca1a295b6ca11cf1543773279712a
parentba00836d7d461f5ca96a7921de56ae561bc7e60c (diff)
downloadvte-32984f268cb1d042a9cf854d23886294e9267033.tar.gz
vteapp: Make the bell option consistent between the two test apps
-rw-r--r--src/vteapp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vteapp.c b/src/vteapp.c
index 7841a7c3..4227a0f0 100644
--- a/src/vteapp.c
+++ b/src/vteapp.c
@@ -563,7 +563,7 @@ main(int argc, char **argv)
char *transparent = NULL;
char *encoding = NULL;
char *cjk_ambiguous_width = NULL;
- gboolean audible = TRUE,
+ gboolean audible = FALSE,
debug = FALSE, no_builtin_dingus = FALSE, dbuffer = TRUE,
console = FALSE, keep = FALSE,
icon_title = FALSE, shell = TRUE,
@@ -624,9 +624,9 @@ main(int argc, char **argv)
"Disable double-buffering", NULL
},
{
- "audible", 'a', G_OPTION_FLAG_REVERSE,
+ "audible-bell", 'a', 0,
G_OPTION_ARG_NONE, &audible,
- "Use visible, instead of audible, terminal bell",
+ "Use audible terminal bell",
NULL
},
{