diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-02 18:48:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-02 18:48:26 +0000 |
commit | fdd51033480e6d93af274bfd0df25b14aaea6c3b (patch) | |
tree | 06e7faef9293569687b853590742c91e1e36d940 /docs/busybox.sgml | |
parent | 5ae166813f8a6db9784e75c9b3843e1e30a7465f (diff) | |
download | busybox-w32-fdd51033480e6d93af274bfd0df25b14aaea6c3b.tar.gz busybox-w32-fdd51033480e6d93af274bfd0df25b14aaea6c3b.tar.bz2 busybox-w32-fdd51033480e6d93af274bfd0df25b14aaea6c3b.zip |
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
Diffstat (limited to 'docs/busybox.sgml')
-rw-r--r-- | docs/busybox.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ | |||
2901 | 2901 | ||
2902 | <para> | 2902 | <para> |
2903 | <screen> | 2903 | <screen> |
2904 | f FILE Use FILE for tarfile (or stdin if '-') | 2904 | f FILE Use FILE for tarfile (or stdin if '-') |
2905 | O Extract to stdout | 2905 | O Extract to stdout |
2906 | --exclude FILE Exclude FILE | 2906 | exclude FILE File to exclude |
2907 | v List files processed | 2907 | v List files processed |
2908 | </screen> | 2908 | </screen> |
2909 | </para> | 2909 | </para> |
2910 | 2910 | ||