From 6cd1f22395d539f1d598966893dc0eb46b8f7bb2 Mon Sep 17 00:00:00 2001
From: Ryan Dale <dalerr@niddk.nih.gov>
Date: Thu, 15 Aug 2013 17:20:46 -0400
Subject: [PATCH] Update quick-start.rst

add -v to example
---
 docs/content/quick-start.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/quick-start.rst b/docs/content/quick-start.rst
index 7443ce92..80bd3561 100755
--- a/docs/content/quick-start.rst
+++ b/docs/content/quick-start.rst
@@ -33,7 +33,7 @@ Report those entries in A that overlap NO entries in B. Like "grep -v"
 
 .. code-block:: bash
 
-  bedtools intersect  -a reads.bed -b genes.bed
+  bedtools intersect  -a reads.bed -b genes.bed -v
 
 
 Read BED A from STDIN. Useful for stringing together commands. For example, 
@@ -70,4 +70,4 @@ Merge nearby repetitive elements into a single entry, so long as they are within
 
 
 
-    
\ No newline at end of file
+    
-- 
GitLab