mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
update help message
This commit is contained in:
parent
9d14f4f39f
commit
b2e905f249
1 changed files with 2 additions and 1 deletions
|
@ -1024,7 +1024,8 @@ int main(int argc, char *argv[])
|
||||||
|| find_arg(argc, argv, "--help") >= 0
|
|| find_arg(argc, argv, "--help") >= 0
|
||||||
|| find_arg(argc, argv, "-h") >= 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;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
if(!(display = XOpenDisplay(0)))
|
if(!(display = XOpenDisplay(0)))
|
||||||
|
|
Loading…
Reference in a new issue