diff options
Diffstat (limited to 'coreutils/mv.c')
-rw-r--r-- | coreutils/mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mv.c b/coreutils/mv.c index d620c43ab..147dd3bb2 100644 --- a/coreutils/mv.c +++ b/coreutils/mv.c | |||
@@ -15,7 +15,7 @@ | |||
15 | //config: bool "mv (9.8 kb)" | 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" |