diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c index 9b33e78ec..fd119fa51 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -179,6 +179,7 @@ | |||
179 | //config: "PS#" may contain volatile content, such as backquote commands. | 179 | //config: "PS#" may contain volatile content, such as backquote commands. |
180 | //config: This option recreates the prompt string from the environment | 180 | //config: This option recreates the prompt string from the environment |
181 | //config: variable each time it is displayed. | 181 | //config: variable each time it is displayed. |
182 | //config: | ||
182 | 183 | ||
183 | //usage:#define ash_trivial_usage NOUSAGE_STR | 184 | //usage:#define ash_trivial_usage NOUSAGE_STR |
184 | //usage:#define ash_full_usage "" | 185 | //usage:#define ash_full_usage "" |