Преглед на файлове

Use new keywords for examples in index.md

Blallo преди 5 години
родител
ревизия
daea3d7563
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      docs/docs/index.md

+ 3 - 3
docs/docs/index.md

@@ -19,9 +19,9 @@ applicazioni verbose, eccetera]
   `grep` is powerful, but sometimes you want something more expressive:
 
 ```
-circolog-tail -where 'app_name=="apache" and message LIKE "%memory%"'
-circolog-tail -where '(app_name"apache" OR app_name LIKE "php%") AND message LIKE "%memory%"'
-circolog-tail -where 'app_name=="mysql" OR severity >= warning'
+circolog-tail -where 'prog=="apache" and msg LIKE "%memory%"'
+circolog-tail -where '(prog=="apache" OR prog LIKE "php%") AND msg LIKE "%memory%"'
+circolog-tail -where 'prog=="mysql" OR sev >= warning'
 ```
 
 - Colors: highlight severity and visually group related message