From 724ec3d5de47fdb335c7bd3831004342abc7c312 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Thu, 27 Apr 2017 00:04:05 +0100 Subject: [PATCH] wrap 100 in token format; mention password prompt --- pages/linux/tomb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/tomb.md b/pages/linux/tomb.md index 695be7c7e8..cf2a7e48a6 100644 --- a/pages/linux/tomb.md +++ b/pages/linux/tomb.md @@ -4,9 +4,9 @@ - Create a new tomb with an initial size of 100MB: -`tomb dig -s 100 {{encrypted_folder.tomb}}` +`tomb dig -s {{100}} {{encrypted_folder.tomb}}` -- Create a new key file that can be used to lock a tomb, and set its password: +- Create a new key file that can be used to lock a tomb; user will be prompted for a password for the key: `tomb forge {{encrypted_folder.tomb.key}}`