From 4b85d0c290a19f465c359d7f745887b6b62108ea Mon Sep 17 00:00:00 2001 From: Will May Date: Mon, 22 May 2017 08:35:35 +0100 Subject: [PATCH] Remove duplicate 'no-color' entry from `refresh` command documentation (#14716) --- website/source/docs/commands/refresh.html.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/source/docs/commands/refresh.html.markdown b/website/source/docs/commands/refresh.html.markdown index 101057762..a44f07e48 100644 --- a/website/source/docs/commands/refresh.html.markdown +++ b/website/source/docs/commands/refresh.html.markdown @@ -29,8 +29,6 @@ The command-line flags are all optional. The list of available flags are: * `-backup=path` - Path to the backup file. Defaults to `-state-out` with the ".backup" extension. Disabled by setting to "-". -* `-no-color` - Disables output with coloring - * `-input=true` - Ask for input for variables if not directly set. * `-lock=true` - Lock the state file when locking is supported.