minor doc update
authorIan Kelling <ian@iankelling.org>
Mon, 18 Jul 2016 00:24:20 +0000 (17:24 -0700)
committerIan Kelling <ian@iankelling.org>
Fri, 12 Aug 2016 22:57:56 +0000 (15:57 -0700)
ex

diff --git a/ex b/ex
index 775aba89dc69e23ffb7c77c518167c4228c9d1a7..10175a06e8ed6f9c0295881d90671fcac1ffb263 100755 (executable)
--- a/ex
+++ b/ex
 ex() {
     local help="Usage: ex [--help] FILE...
 Extract each FILE according to its extension.
-7z bz2 deb gz iso rar rpm tar xz zip & variations.
-See source for exact file extensions."
+7z bz2 deb gz iso dsc rar rpm tar xz zip & some combinations.
+See source for exact file extensions.
+Note: apt-get install dtrx will do the same for
+most of these types, plus some more, I'm going
+to try it out sometime."
     if [[ $1 == --help ]]; then
         echo "$help"
     fi