aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index c03815e4a..4f1f81f31 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -104,7 +104,7 @@
104//config: bool "hush (64 kb)" 104//config: bool "hush (64 kb)"
105//config: default y 105//config: default y
106//config: help 106//config: help
107//config: hush is a small shell (25k). It handles the normal flow control 107//config: hush is a small shell. It handles the normal flow control
108//config: constructs such as if/then/elif/else/fi, for/in/do/done, while loops, 108//config: constructs such as if/then/elif/else/fi, for/in/do/done, while loops,
109//config: case/esac. Redirections, here documents, $((arithmetic)) 109//config: case/esac. Redirections, here documents, $((arithmetic))
110//config: and functions are supported. 110//config: and functions are supported.