From: Ian Kelling <ian@iankelling.org>
Date: Mon, 18 Jul 2016 00:24:20 +0000 (-0700)
Subject: minor doc update
X-Git-Url: https://iankelling.org/git/?a=commitdiff_plain;h=97ce487801e34743d528cd20faefa899906e83e1;p=small-misc-bash

minor doc update
---

diff --git a/ex b/ex
index 775aba8..10175a0 100755
--- a/ex
+++ b/ex
@@ -16,8 +16,11 @@
 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