summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-12 14:52:55 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-12 14:52:55 (EDT)
commit64ed91f61be22c4970750e1068fd52ec11505c3a (patch)
tree2682fef1a8063db623b858a0d960b4f53d6e703f
parent6b6ef334901b74677a484624bde426c425795e61 (diff)
help: Remove unused variable.
-rw-r--r--lib/cmd/help.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/cmd/help.sh b/lib/cmd/help.sh
index 42b1e63..a0e7f0f 100644
--- a/lib/cmd/help.sh
+++ b/lib/cmd/help.sh
@@ -20,7 +20,6 @@
cmd_help_main()
{
local cmd
- local opt
if [ ${#} -eq 1 ]; then
cmd="${1}"