diff options
Diffstat (limited to 'mount_crypt')
-rwxr-xr-x | mount_crypt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mount_crypt b/mount_crypt index dc1d59d..517c444 100755 --- a/mount_crypt +++ b/mount_crypt @@ -4,7 +4,7 @@ check_root if [ "$#" -ne 2 ]; then - echo "missing args." + echo "missing args: mount_crypt </dev/device> <name>" exit fi |