aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/chmem3
-rw-r--r--bash-completion/lsmem2
2 files changed, 4 insertions, 1 deletions
diff --git a/bash-completion/chmem b/bash-completion/chmem
index 3e3af87aca..f10646677e 100644
--- a/bash-completion/chmem
+++ b/bash-completion/chmem
@@ -14,6 +14,9 @@ _chmem_module()
OPTS="
--enable
--disable
+ --configure
+ --deconfigure
+ --memmap-on-memory
--blocks
--verbose
--zone
diff --git a/bash-completion/lsmem b/bash-completion/lsmem
index 7d6e842478..185a15fd2f 100644
--- a/bash-completion/lsmem
+++ b/bash-completion/lsmem
@@ -9,7 +9,7 @@ _lsmem_module()
local prefix realcur OUTPUT_ALL OUTPUT
realcur="${cur##*,}"
prefix="${cur%$realcur}"
- OUTPUT_ALL='RANGE SIZE STATE REMOVABLE BLOCK NODE ZONES'
+ OUTPUT_ALL='RANGE SIZE STATE REMOVABLE BLOCK NODE ZONES CONFIGURED MEMMAP-ON-MEMORY'
for WORD in $OUTPUT_ALL; do
if ! [[ $prefix == *"$WORD"* ]]; then
OUTPUT="$WORD ${OUTPUT:-""}"