summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-05-19 15:40:34 +0100
committerLee Jarvis <lee@jarvis.co>2011-05-19 15:40:34 +0100
commit03ff5ed8fbb3550a0a7e3533dbe18a7cc1261401 (patch)
tree6aaea3735186b34306e03757b00d956987180305 /README.md
parent50823e7648b8ccdfd827953fe9d4c98df6e014a9 (diff)
downloadslop-03ff5ed8fbb3550a0a7e3533dbe18a7cc1261401.tar.gz
simplify commands output
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 7823cae..21972a5 100644
--- a/README.md
+++ b/README.md
@@ -333,11 +333,8 @@ Here's how commands might look:
end
end
-* Run with `run.rb -v`
-* Output: `version 1`
-
-* Run with: `run.rb clean -v`
-* Output: `Enabled verbose mode for clean`
+* `run.rb -v #=> version 1`
+* `run.rb clean -v #=> Enabled verbose mode for clean`
Woah woah, why you hating on OptionParser?
------------------------------------------