keyfunc.sh.in: Print usage summary when writing command-specific help.
[distorted-keys] / cryptop.in
index 7b38a0a..75a553b 100755 (executable)
@@ -31,9 +31,11 @@ export ETC KEYS KEYSLIB
 
 . "$KEYSLIB"/keyfunc.sh
 
-usage="usage: $quis COMMAND [ARGUMENTS ...]"
+usage="COMMAND [ARGUMENTS ...]"
 prefix=cryptop
 
+runas @user@ cryptop "$@"
+
 ## Parse options.
 while getopts "hv" opt; do
   case "$opt" in