diff options
Diffstat (limited to 'libbb/Config.in')
-rw-r--r-- | libbb/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbb/Config.in b/libbb/Config.in index bdb6dfa90..60ae0ffe9 100644 --- a/libbb/Config.in +++ b/libbb/Config.in | |||
@@ -134,9 +134,8 @@ config FEATURE_VERBOSE_CP_MESSAGE | |||
134 | $ cp file /vmlinuz/file | 134 | $ cp file /vmlinuz/file |
135 | cp: cannot stat '/vmlinuz/file': Path has non-directory component | 135 | cp: cannot stat '/vmlinuz/file': Path has non-directory component |
136 | If this feature is not enabled, they will be, respectively: | 136 | If this feature is not enabled, they will be, respectively: |
137 | cp: cannot remove '/does_not_exist/file': No such file or directory | 137 | cp: cannot create '/does_not_exist/file': No such file or directory |
138 | cp: cannot stat '/vmlinuz/file': Not a directory | 138 | cp: cannot stat '/vmlinuz/file': Not a directory |
139 | respectively. | ||
140 | This will cost you ~60 bytes. | 139 | This will cost you ~60 bytes. |
141 | 140 | ||
142 | config FEATURE_COPYBUF_KB | 141 | config FEATURE_COPYBUF_KB |