summaryrefslogtreecommitdiff
path: root/pbs-help
diff options
context:
space:
mode:
Diffstat (limited to 'pbs-help')
-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() {