From 906412d961dd5c8ce78088f2c93f94bf0b7acb73 Mon Sep 17 00:00:00 2001 From: Connor Doyle Date: Tue, 25 Oct 2016 17:05:55 -0700 Subject: [PATCH] Updated CLI usage info in README. --- README.md | 19 ++++++++++++++++++- main.go | 8 ++++---- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d9840fe5b..32a5a17e1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,24 @@ those features using node labels. ## Command line interface -[![asciicast](https://asciinema.org/a/arabw7ch52jev90sjjk242vh9.png)](https://asciinema.org/a/arabw7ch52jev90sjjk242vh9) +``` +node-feature-discovery. + + Usage: + node-feature-discovery [--no-publish --sources= --label-whitelist=] + node-feature-discovery -h | --help + node-feature-discovery --version + + Options: + -h --help Show this screen. + --version Output version and exit. + --sources= Comma separated list of feature sources. + [Default: cpuid,rdt,pstate] + --no-publish Do not publish discovered features to the + cluster-local Kubernetes API server. + --label-whitelist= Regular expression to filter label names to + publish to the Kubernetes API server. [Default: ] +``` ## Feature discovery diff --git a/main.go b/main.go index 8f164cefb..768956689 100644 --- a/main.go +++ b/main.go @@ -70,10 +70,10 @@ func main() { --version Output version and exit. --sources= Comma separated list of feature sources. [Default: cpuid,rdt,pstate] - --no-publish Do not publish discovered features to the cluster-local - Kubernetes API server. - --label-whitelist= Regular expression to filter label names to publish to the Kubernetes API server. - [Default: ]`, + --no-publish Do not publish discovered features to the + cluster-local Kubernetes API server. + --label-whitelist= Regular expression to filter label names to + publish to the Kubernetes API server. [Default: ]`, ProgramName, ProgramName, ProgramName,