summaryrefslogtreecommitdiffstats
path: root/usr.bin/cpio/cpio.h
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2010-01-30 06:49:18 +0000
committerkientzle <kientzle@FreeBSD.org>2010-01-30 06:49:18 +0000
commit9bb67338d90f67516f98049144a17950c8013a19 (patch)
treeb1eac02134794fd6b879bed90fdd3ba3484b2d85 /usr.bin/cpio/cpio.h
parent89690f20ef8083eee2b717d7421d5cb4f470fe47 (diff)
downloadFreeBSD-src-9bb67338d90f67516f98049144a17950c8013a19.zip
FreeBSD-src-9bb67338d90f67516f98049144a17950c8013a19.tar.gz
Support -V option to print a dot for each file processed.
Also, change the existing -vi behavior to send the filenames to stderr rather than stdout, as GNU cpio does. PR: bin/141175 Submitted by: Philip Kizer MFC after: 14 days
Diffstat (limited to 'usr.bin/cpio/cpio.h')
-rw-r--r--usr.bin/cpio/cpio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/cpio/cpio.h b/usr.bin/cpio/cpio.h
index 84932992..8c18737 100644
--- a/usr.bin/cpio/cpio.h
+++ b/usr.bin/cpio/cpio.h
@@ -52,6 +52,7 @@ struct cpio {
const char *format; /* -H format */
int bytes_per_block; /* -b block_size */
int verbose; /* -v */
+ int dot; /* -V */
int quiet; /* --quiet */
int extract_flags; /* Flags for extract operation */
char symlink_mode; /* H or L, per BSD conventions */
OpenPOWER on IntegriCloud