diff options
| author | Paul Buetow <git@mx.buetow.org> | 2020-12-26 14:00:41 +0000 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2020-12-26 14:00:41 +0000 |
| commit | b05ae938aa6ada831d19de076861e246a03a9d7d (patch) | |
| tree | 673b6c61470262e7c39342cd8c17f984ef0a4b0d /cmd/dcat | |
| parent | 60fa324cd5296b088c24d8db1d334a25ca955788 (diff) | |
rename spartan to quiet
Diffstat (limited to 'cmd/dcat')
| -rw-r--r-- | cmd/dcat/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dcat/main.go b/cmd/dcat/main.go index 851936a..c59a242 100644 --- a/cmd/dcat/main.go +++ b/cmd/dcat/main.go @@ -29,7 +29,7 @@ func main() { flag.BoolVar(&debugEnable, "debug", false, "Activate debug messages") flag.BoolVar(&displayVersion, "version", false, "Display version") flag.BoolVar(&noColor, "noColor", false, "Disable ANSII terminal colors") - flag.BoolVar(&args.Spartan, "spartan", false, "Spartan output mode") + flag.BoolVar(&args.Quiet, "quiet", false, "Quiet output mode") flag.IntVar(&args.ConnectionsPerCPU, "cpc", 10, "How many connections established per CPU core concurrently") flag.IntVar(&sshPort, "port", 2222, "SSH server port") flag.StringVar(&args.Discovery, "discovery", "", "Server discovery method") |
