summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-03-19 17:17:59 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-03-19 17:17:59 -0400
commita459ff97011ed0cb555badf02b17a02e2325b06c (patch)
treeff8ccc407899e41cc8bdffb4244e3da8593e44c2
parent9eff1e08b3e580d1e2a998af0243e27c8370c14e (diff)
pbs-help: sort the commands
-rwxr-xr-xpbs-help2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbs-help b/pbs-help
index 60d4270..639d92b 100755
--- a/pbs-help
+++ b/pbs-help
@@ -6,7 +6,7 @@ stem=pbs
list_commands() {
find ${PATH//:/ } -type f -executable -name "$stem-*" \
- -printf '%f\n' 2>/dev/null | sed "s/^${stem}-//;/--/d"
+ -printf '%f\n' 2>/dev/null | sed "s/^${stem}-//;/--/d" | sort
}
master_usage() {