From 9117f3393e33f02dab2b03fef6493e15965f4093 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sat, 13 Aug 2016 22:11:09 -0700 Subject: [PATCH] apache, update docs --- ll-function | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ll-function b/ll-function index c5ff618..c17ff3d 100644 --- a/ll-function +++ b/ll-function @@ -22,6 +22,15 @@ # more natural date/time format for my American raised eyes # remove first line size summary ll() { + case $1 in + -h|--help) + cat <<'EOF' +usage: ll [ARGS_TO_LS] + +ls -lA with enhanced output +EOF + ;; + esac local x y perm line binls sizePadding middle tail size \ max_hl_digits hardlinks initial_space hardlink_spacing local max_hl_digits=0 -- 2.30.2