From c0f5c3e14979f82d74c23de25512a1509dc21341 Mon Sep 17 00:00:00 2001 From: Lachlan Picking Date: Sat, 12 Aug 2017 22:51:43 +1000 Subject: [PATCH] Update README --- tools/ColorTool/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/ColorTool/README.md b/tools/ColorTool/README.md index c381a5796..ca04c44ae 100644 --- a/tools/ColorTool/README.md +++ b/tools/ColorTool/README.md @@ -2,7 +2,7 @@ ``` Usage: - colortool.exe [options] ; + colortool.exe [options] ColorTool is a utility for helping to set the color palette of the Windows Console. By default, applies the colors in the specified .itermcolors or .ini file to the current console window. This does NOT save the properties automatically. For that, you'll need to open the properties sheet and hit "Ok". @@ -13,6 +13,7 @@ Arguments: If that fails, it will look for it as an .ini file color scheme. Options: -?, --help : Display this help message + -c, --current : Print the color table for the currently applied scheme -q, --quiet : Don't print the color table after applying -d, --defaults : Apply the scheme to only the defaults in the registry -b, --both : Apply the scheme to both the current console and the defaults.