Skip to content

Commit 6b624d0

Browse files
committed
refactor(procs): fix help text
1 parent 09fc470 commit 6b624d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check-plugins/procs/procs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ except ImportError:
3030

3131

3232
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
33-
__version__ = '2025090501'
33+
__version__ = '2025090703'
3434

3535
DESCRIPTION = """Prints the number of currently running processes and warns on metrics like process
3636
counts or process memory usage. You may filter the process list by process name,
@@ -130,7 +130,7 @@ def parse_args():
130130

131131
parser.add_argument(
132132
'--status',
133-
help='Filter: Search only for processes that have a specific status.'
133+
help='Filter: Search only for processes that have a specific status. '
134134
'Default: %(default)s',
135135
dest='STATUS',
136136
default=DEFAULT_STATUS,

0 commit comments

Comments
 (0)