summaryrefslogtreecommitdiffstats
path: root/glances/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'glances/main.py')
-rw-r--r--glances/main.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/glances/main.py b/glances/main.py
index 30bf6f88..61a1273f 100644
--- a/glances/main.py
+++ b/glances/main.py
@@ -294,6 +294,13 @@ Examples of use:
dest='export_graph_path',
help='Folder for Graph exporter',
)
+ parser.add_argument(
+ '--export-process-filter',
+ default=None,
+ type=str,
+ dest='export_process_filter',
+ help='set the export process filter (comman separated list of regular expression)',
+ )
# Client/Server option
parser.add_argument(
'-c', '--client', dest='client', help='connect to a Glances server by IPv4/IPv6 address or hostname'