diff options
Diffstat (limited to 'umount_crypt')
-rwxr-xr-x | umount_crypt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/umount_crypt b/umount_crypt index a2bfbfb..5d6d1e1 100755 --- a/umount_crypt +++ b/umount_crypt @@ -4,7 +4,7 @@ check_root if [ "$#" -ne 2 ]; then - echo "missing arg." + echo "missing arg.: umount_crypt <name> </mount/point/>" exit fi |