aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhoefling <oleg.hoefling@gmail.com>2018-05-27 19:15:53 +0000
committerhoefling <oleg.hoefling@gmail.com>2018-05-27 19:17:38 +0000
commit0cda5213a912f6423c1679a283861d3d6cb7e3dc (patch)
tree09f52ccd786e2bd85e6ef63fef3a2596516f3379
parenttests/atom_explode: use pre-build files to allow running (diff)
downloadportage-utils-0cda5213.tar.gz
portage-utils-0cda5213.tar.bz2
portage-utils-0cda5213.zip
fixed snippets highlighting
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index fb8d800..59692a7 100644
--- a/README.md
+++ b/README.md
@@ -61,13 +61,14 @@ Having your PORTDIR and VDB on the right file system helps dramatically
IDE raid with PORTDIR on reiserfs:
-```
+```sh
$ q -r
q: Finished 20655 entries in 1.990951 seconds
+```
IDE raid with PORTDIR on ext3:
-```
+```sh
$ q -r
q: Finished 20655 entries in 203.664252 seconds
```