diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-15 00:52:22 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-15 00:52:22 +0100 |
commit | 5c1803e1adc869ef6781eb65d2ee08b30326aee1 (patch) | |
tree | a8e4dde9df820033b52329a8e9923d9bdde8784a /sys/man/8 | |
parent | 2e94406e7f66b0c5f4e2b1d5c2158a37e8677724 (diff) |
disk/mkfs: add -o flag to list source files
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/mkfs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/man/8/mkfs b/sys/man/8/mkfs index 6a37d61c7..99c37b6dd 100644 --- a/sys/man/8/mkfs +++ b/sys/man/8/mkfs @@ -3,7 +3,7 @@ mkfs, mkext \- archive or update a file system .SH SYNOPSIS .B disk/mkfs -.RB [ -aprvxU ] +.RB [ -aprvoxU ] .RB [ -d .IR root ] .RB [ -n @@ -84,6 +84,12 @@ For use with this option writes a list of file names, dates, and sizes to standard output rather than producing an archive file. .TP +.B o +Similar to +.BR -x +above, but produces a list of source file names to standard output +rather than producing an archive file. +.TP .BI "d " root Copy files into the tree rooted at .I root |