aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2016-07-21 18:19:58 -0400
committerTeddy Wing2016-07-21 18:20:46 -0400
commite22a48f0d375d84fd22e7c4156ba224ec3d49275 (patch)
tree1a2c21cf69a2d1a6ca992867a56849e4eb864185
parent82502a5ec71c0cd3f5249cea8cc6d3b2eca5a2e4 (diff)
downloadqcd-e22a48f0d375d84fd22e7c4156ba224ec3d49275.tar.bz2
qcd: Remove `return` from help branch
Don't think it's necessary. Seems like after this branch executes, the later branches are ignored, which is what we want.
-rwxr-xr-xqcd1
1 files changed, 0 insertions, 1 deletions
diff --git a/qcd b/qcd
index 066aa70..5c5d1aa 100755
--- a/qcd
+++ b/qcd
@@ -39,7 +39,6 @@ function qcd () {
;;
-h|--help)
print_usage
- return
;;
*)
;;