diff options
-rw-r--r-- | toys/posix/tar.c (renamed from toys/pending/tar.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/tar.c b/toys/posix/tar.c index f31b5f2b..cfeedcba 100644 --- a/toys/pending/tar.c +++ b/toys/posix/tar.c @@ -22,7 +22,7 @@ USE_TAR(NEWTOY(tar, "&(restrict)(full-time)(no-recursion)(numeric-owner)(no-same config TAR bool "tar" - default n + default y help usage: tar [-cxtfvohmjkO] [-XT FILE] [-f TARFILE] [-C DIR] |