diff options
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 3435c5f76..fd09e7662 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -195,7 +195,7 @@ | |||
195 | //config: conceal the console normally associated with a command line | 195 | //config: conceal the console normally associated with a command line |
196 | //config: application. This may be useful when running a shell script | 196 | //config: application. This may be useful when running a shell script |
197 | //config: from a GUI application. Also the 'noiconify' option, which | 197 | //config: from a GUI application. Also the 'noiconify' option, which |
198 | //config: controls whether the console is iconfified or hidden. | 198 | //config: controls whether the console is iconified or hidden. |
199 | //config: | 199 | //config: |
200 | //config:config ASH_GLOB_OPTIONS | 200 | //config:config ASH_GLOB_OPTIONS |
201 | //config: bool "Globbing options" | 201 | //config: bool "Globbing options" |