diff options
Diffstat (limited to '5')
| -rw-r--r-- | 5/11.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ int main(int argc, char *argv[]) { colc = 1; } - printf("Enter text to %s\n", op == 'e' ? "entab" : "detab"); + printf("Enter text to %s and press CTRL+D\n", op == 'e' ? "entab" : "detab"); gettext(s, MAXTEXTLEN); switch (op) { |
