Browse Source

v1.1 README

boson 2 years ago
parent
commit
520f83fc08
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -59,9 +59,9 @@ optional arguments:
 </pre>
 
 * Interfaces showed in the help are gathered from the running system.
-* <code>-program</code> is meant the base name of the program/application, e.g. <code>-p thunderbird-bin</code>
-* <code>-program</code> can contain '*' pattern at the beginning and/or the end, e.g. <code>-p thunder&#42;</code>
-* <code>not-program</code> excludes the program from beeing showed, e.g. <code>not-thunderbird-bin</code>. The "&#42;" pattern also is accepted.
+* <code>program</code> is meant the base name of the program/application, e.g. <code>-p thunderbird-bin</code>
+* <code>program</code> can contain '*' pattern at the beginning and/or the end, e.g. <code>-p thunder&#42;</code>
+* <code>not-program</code> excludes the program from beeing showed, e.g. <code>not-thunderbird-bin</code>. The '*' pattern also is accepted.
 * <code>filter</code> is in same syntax as tcpdump uses. Must be written in double-quotes "..."