minor doc update
[small-misc-bash] / ex
diff --git a/ex b/ex
index f944f6556f50004f8eab4e005405a8f043c5c0d9..6391da984a0e13227aacdc5b40a189b8de004c96 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 dsc rar rpm tar xz zip & some combinations.
+Extract many types of files
+
+Based on their extensions,
+7z bz2 deb gz iso dsc rar rpm tar xz zip sfs & 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