boson hace 2 años
padre
commit
520f83fc08
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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 "..."