From: Michael Prokop Date: Thu, 21 Jul 2011 16:22:58 +0000 (+0200) Subject: zsh docs: extend simple-extract() documentation to match current implementation. X-Git-Tag: v0.4.00~9 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=dce95d8eb37ebb143d782af9a11d21e71dfb9413;p=grml-etc-core.git zsh docs: extend simple-extract() documentation to match current implementation. --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 33df2e0..3e57763 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -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.