From 2233e2046bcf3ca9ced91eed9c5f9f34d3d3a800 Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Sat, 14 May 2016 15:51:24 -0600 Subject: fix a few readme things --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 4ce95de..666b471 100644 --- a/README.md +++ b/README.md @@ -738,17 +738,17 @@ int main(int argc, char **argv) ```shell % ./test help - ./test {OPTIONS} + ./test {OPTIONS} - This command likes to break your disks + This command likes to break your disks OPTIONS: - help Show this help menu. - bs BYTES Block size - skip BYTES Bytes to skip - if BLOCK_SIZE Block size - of BLOCK_SIZE Block size + help Show this help menu. + bs=[BYTES] Block size + skip=[BYTES] Bytes to skip + if=[BLOCK SIZE] Block size + of=[BLOCK SIZE] Block size % ./test bs=1024 skip=7 if=/tmp/input bs = 1024 @@ -767,17 +767,17 @@ parser.LongSeparator(":"); ```shell % ./test /help - ./test {OPTIONS} + ./test {OPTIONS} - This command likes to break your disks + This command likes to break your disks OPTIONS: - /help Show this help menu. - /bs BYTES Block size - /skip BYTES Bytes to skip - /if BLOCK_SIZE Block size - /of BLOCK_SIZE Block size + /help Show this help menu. + /bs:[BYTES] Block size + /skip:[BYTES] Bytes to skip + /if:[BLOCK SIZE] Block size + /of:[BLOCK SIZE] Block size % ./test /bs:72 /skip:87 /if:/tmp/test.txt bs = 72 -- cgit v1.2.1