From 381fb1dbd7d99f355a913b3b00d9145901da3606 Mon Sep 17 00:00:00 2001 From: Harald Albers Date: Fri, 29 Apr 2022 19:15:38 +0000 Subject: [PATCH] Remove unsupported alias from `docker stack config` help output Signed-off-by: Harald Albers --- docs/reference/commandline/stack_config.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/reference/commandline/stack_config.md b/docs/reference/commandline/stack_config.md index 0d3ff490ea..5836bf887c 100644 --- a/docs/reference/commandline/stack_config.md +++ b/docs/reference/commandline/stack_config.md @@ -11,9 +11,6 @@ Usage: docker stack config [OPTIONS] Outputs the final config file, after doing merges and interpolations -Aliases: - config, cfg - Options: -c, --compose-file strings Path to a Compose file, or "-" to read from stdin --orchestrator string Orchestrator to use (swarm|kubernetes|all)