summaryrefslogtreecommitdiff
path: root/shell-completion/zsh/_oomctl
diff options
context:
space:
mode:
Diffstat (limited to 'shell-completion/zsh/_oomctl')
-rw-r--r--shell-completion/zsh/_oomctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_oomctl b/shell-completion/zsh/_oomctl
index f956340b7e..18e1938ab9 100644
--- a/shell-completion/zsh/_oomctl
+++ b/shell-completion/zsh/_oomctl
@@ -5,7 +5,7 @@
{
local -a _oomctl_cmds
_oomctl_cmds=(
- "dump:Show the current state of the cgroup(s) and system context(s)"
+ "dump:Show the current state of cgroups and system contexts"
"help:Prints a short help text and exits."
)
if (( CURRENT == 1 )); then