Added example to help line

This commit is contained in:
Sanel Zukan 2011-10-28 12:01:35 +00:00
parent 825836fe3d
commit 302350b22b
1 changed files with 1 additions and 0 deletions

View File

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