Fixed example so claws could work

This commit is contained in:
Sanel Zukan 2011-10-26 09:04:04 +00:00
parent 3e64bb4aa8
commit 8f84854d4c

View File

@ -78,7 +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 --launch mail mailto:foo@foo.com");
puts(" ede-launch gvim");
puts(" ede-launch ~/Desktop/foo.desktop");
}