zsh docs: extend simple-extract() documentation to match current implementation.
[grml-etc-core.git] / doc / grmlzshrc.t2t
index 33df2e0..3e57763 100644 (file)
@@ -841,9 +841,11 @@ Lists the content of a gzipped tar archive in default pager.
 Shows the content of a zip archive in default pager.
 
 : **simple-extract()**
-Tries to uncompress/unpack given files and URIs with the appropriate programs. The
-choice is made along the filename ending. simple-extract will never delete the 
-original archive (even on .gz,.bz2 or .xz) unless you use the '-d' option
+Tries to uncompress/unpack given files with the appropriate programs. If an URI
+starting with https, http or ftp is provided simple-extract tries to download
+and then uncompress/unpack the file. The choice is made along the filename
+ending. simple-extract will not delete the original archive (even on .gz,.bz2 or
+.xz) unless you use the '-d' option.
 
 : **sll()**
 Prints details of symlinks given as arguments.