From b2e905f249cc195e993a8d22692e6877b7d8787f Mon Sep 17 00:00:00 2001 From: QC Date: Thu, 9 Jan 2014 23:14:41 +0100 Subject: [PATCH] update help message --- simpleswitcher.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/simpleswitcher.c b/simpleswitcher.c index bf5521ac..a01bf8d4 100644 --- a/simpleswitcher.c +++ b/simpleswitcher.c @@ -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)))