diff options
Diffstat (limited to 'coreutils/env.c')
-rw-r--r-- | coreutils/env.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/env.c b/coreutils/env.c index 7037a44c2..8def9c2da 100644 --- a/coreutils/env.c +++ b/coreutils/env.c | |||
@@ -27,9 +27,9 @@ | |||
27 | //config: bool "env (3.8 kb)" | 27 | //config: bool "env (3.8 kb)" |
28 | //config: default y | 28 | //config: default y |
29 | //config: help | 29 | //config: help |
30 | //config: env is used to set an environment variable and run | 30 | //config: env is used to set an environment variable and run |
31 | //config: a command; without options it displays the current | 31 | //config: a command; without options it displays the current |
32 | //config: environment. | 32 | //config: environment. |
33 | //config: | 33 | //config: |
34 | //config:config FEATURE_ENV_LONG_OPTIONS | 34 | //config:config FEATURE_ENV_LONG_OPTIONS |
35 | //config: bool "Enable long options" | 35 | //config: bool "Enable long options" |