Commit 9aa0eb02 authored by Kirill Smelkov's avatar Kirill Smelkov

oomtop: Clarify docstring

"report them handy" is too ambigous. Clarify that the main purpose is to
list processes ordered by their memory usage.
parent adaa1053
......@@ -18,7 +18,8 @@
#
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
"""oomtop - extract OOM events from dmesg-like stream and report them handy"""
"""oomtop - extract OOM events from dmesg-like stream and report them with
processes ordered by memory usage"""
from __future__ import print_function
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment