From fdd51033480e6d93af274bfd0df25b14aaea6c3b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 2 Aug 2000 18:48:26 +0000 Subject: Merge in two patches from Dave Cinege: the first is a cleanup of tar --exclude the second changes mount so mtab works more as it should, and also allows mount to use the traditional short form (i.e. 'mount / -o remount,rw' now works. While inside tar, I changed it to use getopt... -Erik --- docs/busybox.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/busybox.sgml') diff --git a/docs/busybox.sgml b/docs/busybox.sgml index f65abda69..560bd61f6 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml @@ -2901,10 +2901,10 @@ - f FILE Use FILE for tarfile (or stdin if '-') - O Extract to stdout - --exclude FILE Exclude FILE - v List files processed + f FILE Use FILE for tarfile (or stdin if '-') + O Extract to stdout + exclude FILE File to exclude + v List files processed -- cgit v1.2.3