summaryrefslogtreecommitdiff
path: root/doc/source/cli
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-10-28 20:49:47 +0000
committerGerrit Code Review <review@openstack.org>2018-10-28 20:49:47 +0000
commit0a2b01fb40624af8c5b611843c120f024255d083 (patch)
tree888eead598a0f170791f96f66787f084f425633e /doc/source/cli
parentff5c4a5e73961f147b5632f3615b7e5c0e583cb6 (diff)
parent4173690b2492680ab504ef0d60498eeb5a3d8ae2 (diff)
downloadpython-openstackclient-0a2b01fb40624af8c5b611843c120f024255d083.tar.gz
Merge "Improve document 'openstack complete'"
Diffstat (limited to 'doc/source/cli')
-rw-r--r--doc/source/cli/command-objects/complete.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/source/cli/command-objects/complete.rst b/doc/source/cli/command-objects/complete.rst
index 20e5c41d..165d5d07 100644
--- a/doc/source/cli/command-objects/complete.rst
+++ b/doc/source/cli/command-objects/complete.rst
@@ -11,8 +11,11 @@ Typical usage for this command is::
openstack complete | sudo tee /etc/bash_completion.d/osc.bash_completion > /dev/null
-If installing ``python-openstackclient`` from a package (``apt-get`` or ``yum``),
-then this command will likely be run for you.
+It is highly recommended to install ``python-openstackclient`` from a package
+(``apt-get`` or ``yum``). In some distributions the package ``bash-completion`` is shipped
+as dependency, and the `openstack complete` command will be run as a post-install action,
+however not every distribution include this dependency and you might need to install
+``bash-completion`` package to enable autocomplete feature.
complete
--------