summaryrefslogtreecommitdiffstats
path: root/5/11.c
diff options
context:
space:
mode:
Diffstat (limited to '5/11.c')
-rw-r--r--5/11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/5/11.c b/5/11.c
index adf79b3..b47fdb8 100644
--- a/5/11.c
+++ b/5/11.c
@@ -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) {