diff --git a/src/bin/e_actions.c b/src/bin/e_actions.c index b70065fa1..3c8950fe0 100644 --- a/src/bin/e_actions.c +++ b/src/bin/e_actions.c @@ -3312,7 +3312,7 @@ e_actions_init(void) /* app */ ACT_GO(app); e_action_predef_name_set(N_("Launch"), N_("Application"), "app", NULL, - "syntax: , example:", 1); + "syntax: [file:file.desktop|name:App Name|generic:Generic Name|exe:exename], example: file:terminology.desktop | file:/path/to/terminology.desktop | name:Terminology | generic:Terminal Emulator | exe:xterm", 1); /* new instance of focused app */ ACT_GO(app_new_instance);