summaryrefslogtreecommitdiffstats
path: root/5/11.c
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2022-01-22 15:34:52 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2022-01-22 15:34:52 +0800
commitcfa6f70d83459c7fbdc6d8e5bbb426ad93d3bd9f (patch)
tree8cbda016fb6016ecc38dca0bae80b1b4b587bb07 /5/11.c
parent7c2f211a53961daa75394424623a31de6b137318 (diff)
downloadk&r-exercises-cfa6f70d83459c7fbdc6d8e5bbb426ad93d3bd9f.tar.gz
5.11
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) {