<div dir="ltr">Allow -pd to work by changing -p from an option that takes an<br>argument to an option that implies there will be an argument (that<br>is, `-pd x` is `-p -d x` with x being the directory for -p, rather<br>than `-p d x` with d being the directory, as we previously interpreted<br>it).<br><br>Fix -d (aka --make-directories) to not be a no-op. Previously we<br>acted as if this was always on.<br><br>Accept --quiet and effectively just ignore it, since toybox cpio<br>doesn't seem to produce any output that --quiet would suppress.<br>---<br> tests/cpio.test   |  6 ++++++<br> toys/posix/cpio.c | 19 +++++++++++++------<br> 2 files changed, 19 insertions(+), 6 deletions(-)<br></div>