summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmount_crypt2
-rwxr-xr-xumount_crypt2
2 files changed, 2 insertions, 2 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
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