Small fixes/Remove dead options

This commit is contained in:
gdrooid 2014-08-11 20:46:58 +02:00
parent 9d718d0ebb
commit 6c4bc38e6a

4
tomb
View File

@ -1524,7 +1524,7 @@ create_tomb() {
mount_tomb() {
_message "Commanded to open tomb $1"
if [ "$1" = "" ]; then
_warning "No tomb name specified for creation."
_warning "No tomb name specified for opening."
return 1
fi
@ -2552,10 +2552,8 @@ main() {
# internal commands useful to developers
'source') return 0 ;;
install) check_priv ; install_tomb ;;
askpass) ask_password $PARAM[1] $PARAM[2] ;;
mktemp) safe_dir $PARAM[1] ;;
translate) generate_translatable_strings ;;
__default)
cat <<EOF