raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=9b4b003c40a3fcd431457ef54c3d19642fed99f1
commit 9b4b003c40a3fcd431457ef54c3d19642fed99f1 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Tue Jan 21 21:30:17 2014 +0900 make example/syntac for app action useful. --- src/bin/e_actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_actions.c b/src/bin/e_actions.c index b70065f..3c8950f 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); --