summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index 440c7de..1fb8e32 100644
--- a/src/util.c
+++ b/src/util.c
@@ -252,7 +252,7 @@ zenity_util_show_help (GError **error)
if (tmp) {
g_free (tmp);
- g_spawn_command_line_async ("yelp ghelp:zenity", error);
+ g_spawn_command_line_async ("yelp help:zenity", error);
}
}