From 86e96bda69d46e51f72cdee8212618d5e4f21629 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sat, 23 Mar 2013 14:37:32 +0100 Subject: [PATCH] TortoiseGitPLink: Announce as TortoiseGitPLink instead of PuTTY Signed-off-by: Sven Strickroth --- src/TortoisePlink/BE_ALL_S.C | 2 +- src/TortoisePlink/Windows/WINPLINK.C | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/TortoisePlink/BE_ALL_S.C b/src/TortoisePlink/BE_ALL_S.C index 95891fb6e..61264769d 100644 --- a/src/TortoisePlink/BE_ALL_S.C +++ b/src/TortoisePlink/BE_ALL_S.C @@ -14,7 +14,7 @@ * have tiny little source modules containing nothing but * declarations of appname, for as long as I can... */ -const char *const appname = "PuTTY"; +const char *const appname = "TortoiseGitPLink"; #ifdef TELNET_DEFAULT const int be_default_protocol = PROT_TELNET; diff --git a/src/TortoisePlink/Windows/WINPLINK.C b/src/TortoisePlink/Windows/WINPLINK.C index 1879103d1..27c70ba0e 100644 --- a/src/TortoisePlink/Windows/WINPLINK.C +++ b/src/TortoisePlink/Windows/WINPLINK.C @@ -174,9 +174,9 @@ static void usage(void) char buf[10000]; int j = 0; - j += sprintf(buf+j, "PuTTY Link: command-line connection utility\n"); + j += sprintf(buf+j, "TortoiseGitPLink: command-line connection utility (based on PuTTY PLink)\n"); j += sprintf(buf+j, "%s\n", ver); - j += sprintf(buf+j, "Usage: plink [options] [user@]host [command]\n"); + j += sprintf(buf+j, "Usage: tortoisegitplink [options] [user@]host [command]\n"); j += sprintf(buf+j, " (\"host\" can also be a PuTTY saved session name)\n"); j += sprintf(buf+j, "Options:\n"); j += sprintf(buf+j, " -V print version information and exit\n"); -- 2.11.4.GIT