summaryrefslogtreecommitdiff
path: root/umount_crypt
diff options
context:
space:
mode:
Diffstat (limited to 'umount_crypt')
-rwxr-xr-xumount_crypt2
1 files changed, 1 insertions, 1 deletions
diff --git a/umount_crypt b/umount_crypt
index 489d8d3..5743731 100755
--- a/umount_crypt
+++ b/umount_crypt
@@ -3,7 +3,7 @@
. /home/pks/bin/func.zsh
check_root
-if [ "$#" -ne 2 ]; then
+if [ "$#" -ne 1 ]; then
echo "missing args: umount_crypt <name>"
exit
fi