diff options
| author | Teddy Wing | 2016-07-21 18:19:58 -0400 |
|---|---|---|
| committer | Teddy Wing | 2016-07-21 18:20:46 -0400 |
| commit | e22a48f0d375d84fd22e7c4156ba224ec3d49275 (patch) | |
| tree | 1a2c21cf69a2d1a6ca992867a56849e4eb864185 | |
| parent | 82502a5ec71c0cd3f5249cea8cc6d3b2eca5a2e4 (diff) | |
| download | qcd-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-x | qcd | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -39,7 +39,6 @@ function qcd () { ;; -h|--help) print_usage - return ;; *) ;; |
