diff options
Diffstat (limited to 'coreutils/mv.c')
-rw-r--r-- | coreutils/mv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/mv.c b/coreutils/mv.c index df2ef0a52..147dd3bb2 100644 --- a/coreutils/mv.c +++ b/coreutils/mv.c | |||
@@ -12,10 +12,10 @@ | |||
12 | * Size reduction and improved error checking. | 12 | * Size reduction and improved error checking. |
13 | */ | 13 | */ |
14 | //config:config MV | 14 | //config:config MV |
15 | //config: bool "mv" | 15 | //config: bool "mv (9.8 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: mv is used to move or rename files or directories. | 18 | //config: mv is used to move or rename files or directories. |
19 | //config: | 19 | //config: |
20 | //config:config FEATURE_MV_LONG_OPTIONS | 20 | //config:config FEATURE_MV_LONG_OPTIONS |
21 | //config: bool "Enable long options" | 21 | //config: bool "Enable long options" |