Update 'README.md'

This commit is contained in:
Zane C. B-H 2019-09-03 05:26:53 -05:00
parent 75b05cd232
commit 8bed192457
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ Display all process table, open files, and network connections for a PID.
```
-d Do not dedup.
-n Do not resolve PTR addresses.
--nc Disable color.
-p Do not show pipes.
-r Do not show show VREG / files.
-t Do not show shared libraries.
@ -24,6 +25,7 @@ Unless set to defined ands set to 1, these will default to 0.
| Variable | Description |
| -------- | ---------------- |
| NO_COLOR | If set to 1, color will be disabled. |
| PIDDLER_txt | If set to 1, libraries will not be shown. |
| PIDDLER_pipe | If set to 1, pipes will not be shown. |
| PIDDLER_unix | If set to 1, unix socket will not be shown. |