Updates file too

This commit is contained in:
Sanel Zukan 2008-09-22 13:24:06 +00:00
parent 365efc9412
commit b036f7a676

View File

@ -1,7 +1,7 @@
/* /*
* $Id$ * $Id$
* *
* Ecrasher, a crash handler tool * ede-crasher, a crash handler tool
* Part of Equinox Desktop Environment (EDE). * Part of Equinox Desktop Environment (EDE).
* Copyright (c) 2008 EDE Authors. * Copyright (c) 2008 EDE Authors.
* *
@ -26,7 +26,7 @@ const char* next_param(int curr, char** argv, int argc) {
} }
void help(void) { void help(void) {
puts("Usage: ecrasher [OPTIONS]"); puts("Usage: ede-crasher [OPTIONS]");
puts("EDE crash handler\n"); puts("EDE crash handler\n");
puts("Options:"); puts("Options:");
puts(" -h, --help this help"); puts(" -h, --help this help");
@ -91,7 +91,7 @@ int main(int argc, char** argv) {
} }
i++; i++;
} else { } else {
printf("Unknown '%s' parameter. Run ecrasher -h for options\n", a); printf("Unknown '%s' parameter. Run 'ede-crasher -h' for options\n", a);
return 1; return 1;
} }
} }