diff options
author | Rob Landley <rob@landley.net> | 2019-04-21 04:46:31 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-04-21 04:46:31 -0500 |
commit | c237aeab10add3d1a9da260c297a7f0587ded13e (patch) | |
tree | af89ec7d38256935fcd19487351374296c3bdc7f | |
parent | 0e289fc0516507811379be52c08664f915eeed2c (diff) | |
download | toybox-c237aeab10add3d1a9da260c297a7f0587ded13e.tar.gz |
Promote tar.
There's probably more to do, but it seems usable at this point.
-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] |