diff options
-rw-r--r-- | toys/posix/cpio.c (renamed from toys/pending/cpio.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/cpio.c b/toys/posix/cpio.c index 18877c1f..900e5128 100644 --- a/toys/pending/cpio.c +++ b/toys/posix/cpio.c @@ -17,7 +17,7 @@ USE_CPIO(NEWTOY(cpio, "duH:i|t|F:o|v(verbose)[!io][!ot]", TOYFLAG_BIN)) config CPIO bool "cpio" - default n + default y help usage: cpio -{o|t|i} [-v] [--verbose] [-F FILE] [ignored: -du -H newc] |