mailto example in help

This commit is contained in:
Sanel Zukan 2011-10-25 14:44:03 +00:00
parent 05af3ba7f0
commit 6d9b97b22c

View File

@ -78,6 +78,7 @@ static void help(void) {
puts(" file_manager preferred file manager\n");
puts("Example:");
puts(" ede-launch --launch browser http://www.foo.com");
puts(" ede-launch --launch mail mailto: foo@foo.com");
puts(" ede-launch gvim");
puts(" ede-launch ~/Desktop/foo.desktop");
}