chiark / gitweb /
hostnamed: introduce new "embedded" chassis type
[elogind.git] / shell-completion / bash / hostnamectl
index a5e34600c806a07b42fe573e2e6bd7e4343998f0..7a0850dbe44c67c7faa6121cf2e005401b2a737f 100644 (file)
@@ -52,7 +52,7 @@ _hostnamectl() {
         if [[ -z $verb ]]; then
                 comps=${VERBS[*]}
         elif __contains_word "$verb" ${VERBS[CHASSIS]}; then
-                comps='desktop laptop server tablet handset watch vm container'
+                comps='desktop laptop server tablet handset watch embedded vm container'
         elif __contains_word "$verb" ${VERBS[STANDALONE]} ${VERBS[ICONS]} ${VERBS[NAME]}; then
                 comps=''
         fi