Fix typo in usage message

s/remotly/remotely/
This commit is contained in:
Mike English 2015-10-20 13:51:59 -04:00
parent d529a86a17
commit 2ebe07c2b1

View File

@ -177,7 +177,7 @@ usage(char *program)
#endif
fprintf(stderr, " -u: user name\n");
fprintf(stderr, " -d: domain\n");
fprintf(stderr, " -s: shell / seamless application to start remotly\n");
fprintf(stderr, " -s: shell / seamless application to start remotely\n");
fprintf(stderr, " -c: working directory\n");
fprintf(stderr, " -p: password (- to prompt)\n");
fprintf(stderr, " -n: client hostname\n");