mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 15:35:27 +02:00
wrap 100 in token format; mention password prompt
This commit is contained in:
parent
8241783af1
commit
724ec3d5de
1 changed files with 2 additions and 2 deletions
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue