mirror of
https://github.com/prurigro/cryptobox.git
synced 2024-11-23 22:24:10 -05:00
Tweaked some wording issues in the README
This commit is contained in:
parent
f719c5df60
commit
020f8b9a71
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ A script that wraps **cryptsetup**, **mkfs** and **losetup** to make it easy to
|
|||
## Usage ##
|
||||
|
||||
* **cryptobox**: displays the list of commands
|
||||
* **cryptobox c filename.img filesystem size-in-mb**: creates an image file __filename.img__ with the filesystem __filesystem__ and size of __size-in-mb__. eg: `cryptobox c myimg.img ext4 128`
|
||||
* **cryptobox m filename.img /mount/point**: mounts the image file __filename.img__ on the directory __/mount/point__. eg: `cryptobox m myimg.img /mnt/cryptoimg`
|
||||
* **cryptobox u /mount/point**: unmounts the image file mounted on the directory __/mount/point__. eg: `cryptobox u /mnt/cryptoimg`
|
||||
* **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 u /mount/point**: unmounts an image file from a given directory. (eg: `cryptobox u /mnt/cryptoimg`)
|
||||
|
||||
## License ##
|
||||
|
||||
|
|
Loading…
Reference in a new issue