From a7d486176b994ad8f995d01831e659194f0289b3 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 29 May 2014 03:13:00 -0400 Subject: [PATCH] Added bold to highlight commands in the README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e7d4924..4df7b4a 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 __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**: 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` ## License ##