diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-24 22:52:21 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-24 22:52:21 +0100 |
commit | 6b01b71e8370c58787318d5fca06db2074f95c55 (patch) | |
tree | 1f2fff69f5004a6fe66872434e1a25827588f1a7 /archival/Config.in | |
parent | 9f93d621925966c22ee51fdcb5def8e131596f9b (diff) |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/Config.in')
-rw-r--r-- | archival/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archival/Config.in b/archival/Config.in index cf771f96c..fb79c7bca 100644 --- a/archival/Config.in +++ b/archival/Config.in @@ -281,7 +281,8 @@ config FEATURE_TAR_NOPRESERVE_TIME default n depends on TAR help - With this option busybox supports GNU tar -m (do not preserve time) option. + With this option busybox supports GNU tar -m + (do not preserve time) option. endif #tar |