You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2013/08/07 23:50:05 UTC

svn commit: r1511512 - /gora/site/trunk/content/current/tutorial.md

Author: lewismc
Date: Wed Aug  7 21:50:04 2013
New Revision: 1511512

URL: http://svn.apache.org/r1511512
Log:
CMS commit to gora by lewismc

Modified:
    gora/site/trunk/content/current/tutorial.md

Modified: gora/site/trunk/content/current/tutorial.md
URL: http://svn.apache.org/viewvc/gora/site/trunk/content/current/tutorial.md?rev=1511512&r1=1511511&r2=1511512&view=diff
==============================================================================
--- gora/site/trunk/content/current/tutorial.md (original)
+++ gora/site/trunk/content/current/tutorial.md Wed Aug  7 21:50:04 2013
@@ -411,12 +411,12 @@ We can use the example log manager progr
 
 which lists the usage as:
 
-    LogManager -parse <input_log_file>
-           -get <lineNum>
-           -query <lineNum>
-           -query <startLineNum> <endLineNum>
-           -delete <lineNum>
-           -deleteByQuery <startLineNum> <endLineNum>
+    LogManager -parse <input_log_file>
+           -get <lineNum>
+           -query <lineNum>
+           -query <startLineNum> <endLineNum>
+           -delete <lineNum>
+           -deleteByQuery <startLineNum> <endLineNum>
 
 So to parse and store our logs located at gora-tutorial/src/main/resources/access.log, we will issue: