diff options
author | Denys Vlasenko | 2010-01-09 19:56:15 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-01-09 19:56:15 +0100 |
commit | 93ac7d8468feec562b468e87e1e04b0afdec0951 (patch) | |
tree | fa45240bf23cdf232f4b76b2d1321d4b29fff146 /archival/libunarchive/header_list.c | |
parent | dc698bb038756a926aaa529bda1b939eab2c1676 (diff) | |
download | busybox-93ac7d8468feec562b468e87e1e04b0afdec0951.zip busybox-93ac7d8468feec562b468e87e1e04b0afdec0951.tar.gz |
cpio: improve help text; document two TODOs
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/libunarchive/header_list.c')
-rw-r--r-- | archival/libunarchive/header_list.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/libunarchive/header_list.c b/archival/libunarchive/header_list.c index 6ec2df3..b1c425a 100644 --- a/archival/libunarchive/header_list.c +++ b/archival/libunarchive/header_list.c @@ -7,5 +7,6 @@ void FAST_FUNC header_list(const file_header_t *file_header) { +//TODO: cpio -vp DIR should output "DIR/NAME", not just "NAME" */ puts(file_header->name); } |