mirror of https://github.com/docker/docs.git
Update title for command-line completion docs.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
182c2537d0
commit
e90d2b418d
|
@ -1,6 +1,6 @@
|
||||||
<!--[metadata]>
|
<!--[metadata]>
|
||||||
+++
|
+++
|
||||||
title = "Command Completion"
|
title = "Command-line Completion"
|
||||||
description = "Compose CLI reference"
|
description = "Compose CLI reference"
|
||||||
keywords = ["fig, composition, compose, docker, orchestration, cli, reference"]
|
keywords = ["fig, composition, compose, docker, orchestration, cli, reference"]
|
||||||
[menu.main]
|
[menu.main]
|
||||||
|
@ -9,7 +9,7 @@ weight=3
|
||||||
+++
|
+++
|
||||||
<![end-metadata]-->
|
<![end-metadata]-->
|
||||||
|
|
||||||
# Command Completion
|
# Command-line Completion
|
||||||
|
|
||||||
Compose comes with [command completion](http://en.wikipedia.org/wiki/Command-line_completion)
|
Compose comes with [command completion](http://en.wikipedia.org/wiki/Command-line_completion)
|
||||||
for the bash and zsh shell.
|
for the bash and zsh shell.
|
||||||
|
|
Loading…
Reference in New Issue