diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-12-03 12:41:19 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-12-03 12:41:19 +0000 |
| commit | 7a32b4b1c69551901019af2ac29e4d0710068675 (patch) | |
| tree | 7718e4cc170ea4f21159bd4a86899f2c8852b168 /usr.bin/telnet | |
| parent | 5eb2b33ad846373b0967bd4b3be2e78dd5aaeee9 (diff) | |
Notes
Diffstat (limited to 'usr.bin/telnet')
| -rw-r--r-- | usr.bin/telnet/commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/telnet/commands.c b/usr.bin/telnet/commands.c index c291466cbe10..b38893e4d5d0 100644 --- a/usr.bin/telnet/commands.c +++ b/usr.bin/telnet/commands.c @@ -2397,7 +2397,7 @@ help(int argc, char *argv[]) printf("Commands may be abbreviated. Commands are:\n\n"); for (c = cmdtab; c->name; c++) if (c->help) { - printf("%-*s\t%s\n", HELPINDENT, c->name, + printf("%-*s\t%s\n", (int)HELPINDENT, c->name, c->help); } return 0; |
