diff options
-rw-r--r-- | shell/hush.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/shell/hush.c b/shell/hush.c index 26a50744e..a710f7cd9 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -245,9 +245,15 @@ | |||
245 | //config: msh is deprecated and will be removed, please migrate to hush. | 245 | //config: msh is deprecated and will be removed, please migrate to hush. |
246 | //config: | 246 | //config: |
247 | 247 | ||
248 | //usage:#define hush_trivial_usage NOUSAGE_STR | 248 | /* -i (interactive) and -s (read stdin) are also accepted, |
249 | * but currently do nothing, therefore aren't shown in help. | ||
250 | * NOMMU-specific options are not meant to be used by users, | ||
251 | * therefore we don't show them either. | ||
252 | */ | ||
253 | //usage:#define hush_trivial_usage | ||
254 | //usage: "[-nx] [-c SCRIPT]" | ||
249 | //usage:#define hush_full_usage "" | 255 | //usage:#define hush_full_usage "" |
250 | //usage:#define msh_trivial_usage NOUSAGE_STR | 256 | //usage:#define msh_trivial_usage hush_trivial_usage |
251 | //usage:#define msh_full_usage "" | 257 | //usage:#define msh_full_usage "" |
252 | //usage:#define sh_trivial_usage NOUSAGE_STR | 258 | //usage:#define sh_trivial_usage NOUSAGE_STR |
253 | //usage:#define sh_full_usage "" | 259 | //usage:#define sh_full_usage "" |