aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion/readprofile
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/readprofile')
-rw-r--r--bash-completion/readprofile24
1 files changed, 12 insertions, 12 deletions
diff --git a/bash-completion/readprofile b/bash-completion/readprofile
index 41454a3730..a5f45f5640 100644
--- a/bash-completion/readprofile
+++ b/bash-completion/readprofile
@@ -18,18 +18,18 @@ _readprofile_module()
return 0
;;
esac
- OPTS="-m --mapfile
- -p --profile
- -M --multiplier
- -i --info
- -v --verbose
- -a --all
- -b --histbin
- -s --counters
- -r --reset
- -n --no-auto
- -h --help
- -V --version"
+ OPTS="--mapfile
+ --profile
+ --multiplier
+ --info
+ --verbose
+ --all
+ --histbin
+ --counters
+ --reset
+ --no-auto
+ --help
+ --version"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
}