mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32:48 -05:00
pageant: Fix a usage message.
This commit is contained in:
@ -1399,7 +1399,7 @@ int main(int argc, char **argv)
|
||||
if (--argc > 0) {
|
||||
keyword = *++argv;
|
||||
} else {
|
||||
fprintf(stderr, "pageant: expected a pathname "
|
||||
fprintf(stderr, "pageant: expected a type string "
|
||||
"after --fptype\n");
|
||||
exit(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user