Fix the help text. I merged two commits at the same time, and they conflicted.

pull/183/head
dlorenc 2016-06-07 17:18:25 -07:00
parent 599c6d3334
commit c89e4c2dd8
12 changed files with 12 additions and 22 deletions

View File

@ -14,7 +14,7 @@ Minikube is a CLI tool that provisions and manages single-node Kubernetes cluste
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory
--logtostderr value log to standard error instead of files (default true)
--logtostderr value log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs
@ -33,4 +33,3 @@ Minikube is a CLI tool that provisions and manages single-node Kubernetes cluste
* [minikube stop](minikube_stop.md) - Stops a running local kubernetes cluster.
* [minikube version](minikube_version.md) - Print the version of minikube.
###### Auto generated by spf13/cobra on 7-Jun-2016

View File

@ -24,7 +24,7 @@ minikube dashboard
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory
--logtostderr value log to standard error instead of files (default true)
--logtostderr value log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs
@ -34,4 +34,3 @@ minikube dashboard
### SEE ALSO
* [minikube](minikube.md) - Minikube is a tool for managing local Kubernetes clusters.
###### Auto generated by spf13/cobra on 7-Jun-2016

View File

@ -19,7 +19,7 @@ minikube delete
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory
--logtostderr value log to standard error instead of files (default true)
--logtostderr value log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs
@ -29,4 +29,3 @@ minikube delete
### SEE ALSO
* [minikube](minikube.md) - Minikube is a tool for managing local Kubernetes clusters.
###### Auto generated by spf13/cobra on 7-Jun-2016

View File

@ -18,7 +18,7 @@ minikube docker-env
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory
--logtostderr value log to standard error instead of files (default true)
--logtostderr value log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs
@ -28,4 +28,3 @@ minikube docker-env
### SEE ALSO
* [minikube](minikube.md) - Minikube is a tool for managing local Kubernetes clusters.
###### Auto generated by spf13/cobra on 7-Jun-2016

View File

@ -18,7 +18,7 @@ minikube ip
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory
--logtostderr value log to standard error instead of files (default true)
--logtostderr value log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs
@ -28,4 +28,3 @@ minikube ip
### SEE ALSO
* [minikube](minikube.md) - Minikube is a tool for managing local Kubernetes clusters.
###### Auto generated by spf13/cobra on 7-Jun-2016

View File

@ -18,7 +18,7 @@ minikube logs
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory
--logtostderr value log to standard error instead of files (default true)
--logtostderr value log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs
@ -28,4 +28,3 @@ minikube logs
### SEE ALSO
* [minikube](minikube.md) - Minikube is a tool for managing local Kubernetes clusters.
###### Auto generated by spf13/cobra on 7-Jun-2016

View File

@ -18,7 +18,7 @@ minikube ssh
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory
--logtostderr value log to standard error instead of files (default true)
--logtostderr value log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs
@ -28,4 +28,3 @@ minikube ssh
### SEE ALSO
* [minikube](minikube.md) - Minikube is a tool for managing local Kubernetes clusters.
###### Auto generated by spf13/cobra on 7-Jun-2016

View File

@ -25,7 +25,7 @@ minikube start
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory
--logtostderr value log to standard error instead of files (default true)
--logtostderr value log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs
@ -35,4 +35,3 @@ minikube start
### SEE ALSO
* [minikube](minikube.md) - Minikube is a tool for managing local Kubernetes clusters.
###### Auto generated by spf13/cobra on 7-Jun-2016

View File

@ -18,7 +18,7 @@ minikube status
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory
--logtostderr value log to standard error instead of files (default true)
--logtostderr value log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs
@ -28,4 +28,3 @@ minikube status
### SEE ALSO
* [minikube](minikube.md) - Minikube is a tool for managing local Kubernetes clusters.
###### Auto generated by spf13/cobra on 7-Jun-2016

View File

@ -19,7 +19,7 @@ minikube stop
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory
--logtostderr value log to standard error instead of files (default true)
--logtostderr value log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs
@ -29,4 +29,3 @@ minikube stop
### SEE ALSO
* [minikube](minikube.md) - Minikube is a tool for managing local Kubernetes clusters.
###### Auto generated by spf13/cobra on 7-Jun-2016

View File

@ -18,7 +18,7 @@ minikube version
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory
--logtostderr value log to standard error instead of files (default true)
--logtostderr value log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs
@ -28,4 +28,3 @@ minikube version
### SEE ALSO
* [minikube](minikube.md) - Minikube is a tool for managing local Kubernetes clusters.
###### Auto generated by spf13/cobra on 7-Jun-2016

View File

@ -22,5 +22,6 @@ import (
)
func main() {
cmd.RootCmd.DisableAutoGenTag = true
doc.GenMarkdownTree(cmd.RootCmd, "./docs")
}