From 7770426bab73d508be5dfca6c9d625300ca795ed Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Mon, 20 Mar 2017 08:08:15 +0100 Subject: [PATCH] ca compile --- 42sh/src/builtin/builtin_read.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/42sh/src/builtin/builtin_read.c b/42sh/src/builtin/builtin_read.c index 2077cb23..b1c8a36b 100644 --- a/42sh/src/builtin/builtin_read.c +++ b/42sh/src/builtin/builtin_read.c @@ -6,7 +6,7 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2017/01/20 15:01:45 by jhalford #+# #+# */ -/* Updated: 2017/03/15 21:22:34 by jhalford ### ########.fr */ +/* Updated: 2017/03/20 08:07:54 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ @@ -26,7 +26,7 @@ t_cliopts g_read_opts[] = void bt_read_usage(void) { - ft_dprintf(2, "{red}read: usage: read [-ers] [-u fd] [-t timeout] + ft_dprintf(2, "{red}read: usage: read [-ers] [-u fd] [-t timeout]\ [-p prompt] [-n nchars] [-d delim] [name ...]{eoc}\n"); }