mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-12-23 02:28:58 +00:00
Small fixes/Remove dead options
This commit is contained in:
parent
9d718d0ebb
commit
6c4bc38e6a
4
tomb
4
tomb
@ -1524,7 +1524,7 @@ create_tomb() {
|
|||||||
mount_tomb() {
|
mount_tomb() {
|
||||||
_message "Commanded to open tomb $1"
|
_message "Commanded to open tomb $1"
|
||||||
if [ "$1" = "" ]; then
|
if [ "$1" = "" ]; then
|
||||||
_warning "No tomb name specified for creation."
|
_warning "No tomb name specified for opening."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -2552,10 +2552,8 @@ main() {
|
|||||||
|
|
||||||
# internal commands useful to developers
|
# internal commands useful to developers
|
||||||
'source') return 0 ;;
|
'source') return 0 ;;
|
||||||
install) check_priv ; install_tomb ;;
|
|
||||||
askpass) ask_password $PARAM[1] $PARAM[2] ;;
|
askpass) ask_password $PARAM[1] $PARAM[2] ;;
|
||||||
mktemp) safe_dir $PARAM[1] ;;
|
mktemp) safe_dir $PARAM[1] ;;
|
||||||
translate) generate_translatable_strings ;;
|
|
||||||
|
|
||||||
__default)
|
__default)
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user