aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/store.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xjsaccess/store.sh (renamed from jsaccess/encrypt.sh)6
1 files changed, 3 insertions, 3 deletions
diff --git a/jsaccess/encrypt.sh b/jsaccess/store.sh
index 5663b9e..71a42c2 100755
--- a/jsaccess/encrypt.sh
+++ b/jsaccess/store.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-# jsaccess - download and decrypt files in the browser
-# encrypt.sh: file encrytion script
+# jsaccess - private web file sharing using client side crypto
+# store.sh: file encrytion script
# Copyright (c) 2013 Laurent Ghigonis <laurent@gouloum.fr>
#
@@ -24,7 +24,7 @@ cleanup() {
}
if [ $# -ne 1 ]; then
- echo "usage: encrypt.sh <myfile>"
+ echo "usage: store.sh <myfile>"
exit 1
fi
myfile=$1