summaryrefslogtreecommitdiff
path: root/system/archivemount/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-09-23 14:00:22 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-09-26 16:10:59 +0700
commit32e6330679b4fb0837e35a9a79b25e17b954410e (patch)
tree21bec9f397dd26230442093927b602944e983804 /system/archivemount/README
parenta0e2b49a6aa473317ee2240f0c57f938cd4a8a29 (diff)
downloadslackbuilds-32e6330679b4fb0837e35a9a79b25e17b954410e.tar.gz
system/archivemount: Updated for version 0.9.1.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/archivemount/README')
-rw-r--r--system/archivemount/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/system/archivemount/README b/system/archivemount/README
index 51d606e0fe..c3cec52a31 100644
--- a/system/archivemount/README
+++ b/system/archivemount/README
@@ -1,9 +1,10 @@
archivemount (mounts an archive for access as a file system)
-archivemount is a FUSE based file system. Its purpose is to mount an
-archive on a mount point where it can be read from or written to as
-with any other file system. This makes accessing the contents of the
-archive, which may be compressed, transparent to other programs, without
-decompressing them.
+archivemount is a FUSE based file system. Its purpose is to mount
+an archive on a mount point where it can be read from or written to
+as with any other file system. This makes accessing the contents of
+the archive, which may be compressed, transparent to other programs,
+without decompressing them.
-Supported archive formats: tar, pax, cpio, iso9660 (CD-ROM) images, zip, shar.
+Supported archive formats: tar, pax, cpio, iso9660 (CD-ROM) images,
+zip, shar. Other archive types such as rar and 7z may also work.