doc: put simpler options at the top of the install documentation

This commit is contained in:
Vincent Bernat
2022-07-21 15:57:37 +02:00
parent 47c8113e99
commit 0eb8153e25
2 changed files with 27 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ var debug bool
// RootCmd is the root for all commands
var RootCmd = &cobra.Command{
Use: "akvorado",
Short: "Export flows to Kafka",
Short: "Flow collector, hydrater and visualizer",
PersistentPreRun: func(cmd *cobra.Command, args []string) {
if isatty.IsTerminal(os.Stdout.Fd()) {
log.Logger = log.Output(zerolog.ConsoleWriter{Out: os.Stderr})