summaryrefslogtreecommitdiff
path: root/pbs-help
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-21 08:46:03 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-05-21 08:46:03 -0400
commit0897c55ff412b68b553ace31eb24f93cbbe289ab (patch)
tree475eb97800aa2ceb1a1c2ae8ab80ba5c0c79450a /pbs-help
parentfbdce812a178b23210b5b7d7560fcf14cd9b11ff (diff)
remove unused things
Diffstat (limited to 'pbs-help')
-rwxr-xr-xpbs-help4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbs-help b/pbs-help
index 639d92b..66d77a3 100755
--- a/pbs-help
+++ b/pbs-help
@@ -10,14 +10,14 @@ list_commands() {
}
master_usage() {
- echo "Usage: ${pbs_short:-${stem}} COMMAND [OPTIONS]"
+ echo "Usage: ${stem} COMMAND [OPTIONS]"
echo
echo "Commands:"
list_commands | sed 's/^/ /'
}
help_usage() {
- echo "Usage: ${pbs_short:-${stem}} help [OPTIONS] COMMAND"
+ echo "Usage: ${stem} help [OPTIONS] COMMAND"
echo "Shows the manual page for a command"
echo ''
echo 'Options:'