mirror of
https://github.com/prurigro/cryptobox.git
synced 2024-11-21 13:52:32 -05:00
Made commands easier to read in the README
This commit is contained in:
parent
020f8b9a71
commit
f86db13d18
1 changed files with 4 additions and 4 deletions
|
@ -4,10 +4,10 @@ A script that wraps **cryptsetup**, **mkfs** and **losetup** to make it easy to
|
||||||
|
|
||||||
## Usage ##
|
## Usage ##
|
||||||
|
|
||||||
* **cryptobox**: displays the list of commands
|
* `cryptobox`: displays the list of commands
|
||||||
* **cryptobox c filename.img filesystem size-in-mb**: creates an image file with a given filesystem and size in megabytes. (eg: `cryptobox c myimg.img ext4 128`)
|
* `cryptobox c filename.img filesystem size-in-mb`: creates an image file with a given filesystem and size in megabytes. (eg: `cryptobox c myimg.img ext4 128`)
|
||||||
* **cryptobox m filename.img /mount/point**: mounts a given image file on a given directory. (eg: `cryptobox m myimg.img /mnt/cryptoimg`)
|
* `cryptobox m filename.img /mount/point`: mounts a given image file on a given directory. (eg: `cryptobox m myimg.img /mnt/cryptoimg`)
|
||||||
* **cryptobox u /mount/point**: unmounts an image file from a given directory. (eg: `cryptobox u /mnt/cryptoimg`)
|
* `cryptobox u /mount/point`: unmounts an image file from a given directory. (eg: `cryptobox u /mnt/cryptoimg`)
|
||||||
|
|
||||||
## License ##
|
## License ##
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue