summarylogtreecommitdiffstats
path: root/luks-tpm
diff options
context:
space:
mode:
authorCorey Hinshaw2017-03-14 13:26:48 -0400
committerCorey Hinshaw2017-03-14 13:26:48 -0400
commit4247061b6b95635fedeb7f7175e1774edd2bbec5 (patch)
tree74b0b0c6f6d2fcfe86e08e5923f45a4138ce8277 /luks-tpm
parentf968a74dbf4aae05b72da89949c8d4605d3020e5 (diff)
downloadaur-4247061b6b95635fedeb7f7175e1774edd2bbec5.tar.gz
Fix STDERR redirection issue for invalid options
Diffstat (limited to 'luks-tpm')
-rwxr-xr-xluks-tpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/luks-tpm b/luks-tpm
index 9bc10302968a..5b9b5e3e25fc 100755
--- a/luks-tpm
+++ b/luks-tpm
@@ -173,7 +173,7 @@ while getopts ":hm:k:t:r:p:z" opt; do
;;
\?)
echo "Invalid option: -$OPTARG" >&2
- usage >2&
+ usage >&2
exit 1
;;
:)