From 0d2038836a82e19c990ebdafdc7c17b6d141086b Mon Sep 17 00:00:00 2001 From: Jaromil Date: Tue, 17 Jan 2012 15:17:12 +0100 Subject: [PATCH] using short form for force option: -f documentation updated accordingly --- src/tomb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/tomb b/src/tomb index 6f59681..4c79785 100755 --- a/src/tomb +++ b/src/tomb @@ -213,7 +213,7 @@ check_swap() { no "An active swap partition is detected, this poses security risks." no "You can deactivate all swap partitions using the command:" no " swapoff -a" - no "But if you want to proceed like this, use the --force flag." + no "But if you want to proceed like this, use the -f (force) flag." die "Operation aborted." } @@ -295,13 +295,13 @@ Syntax: tomb [options] command [file] [place] Commands: - create create a new tomb FILE and its keys + create create a new tomb FILE and its keys (needs size) open open an existing tomb FILE on PLACE list list all open tombs or the one called FILE close close the open tomb called FILE (or all) slam close tomb FILE and kill all pids using it passwd change the password of a tomb key FILE - resize resize a tomb FILE + resize resize a tomb FILE (only bigger, needs size) EOF if [ "$STEGHIDE" = 1 ]; then cat <