From f86db13d183ffe39e2d3586a187d2a6e352d60d6 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 29 May 2014 15:31:59 -0400 Subject: [PATCH] Made commands easier to read in the README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 82ab8a5..d9784f1 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ 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 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`) +* `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 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 ##