1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

update help message

This commit is contained in:
QC 2014-01-09 23:14:41 +01:00
parent 9d14f4f39f
commit b2e905f249

View file

@ -1024,7 +1024,8 @@ int main(int argc, char *argv[])
|| find_arg(argc, argv, "--help") >= 0
|| find_arg(argc, argv, "-h") >= 0)
{
fprintf(stderr, "See the man page or visit http://github.com/seanpringle/simpleswitcher\n");
fprintf(stderr, "See the man page or visit http://github.com/DaveDavenport/simpleswitcher\n");
fprintf(stderr, "Original code can be found: http://github.com/seanpringle/simpleswitcher\n");
return EXIT_FAILURE;
}
if(!(display = XOpenDisplay(0)))