diff options
| author | Paul Buetow <paul@buetow.org> | 2021-10-31 17:29:29 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-31 17:29:29 +0200 |
| commit | c1b3515ce4438c03ac9f6a74a6ede408e48f1515 (patch) | |
| tree | f9e84fc2db0a7e20e325ff37339a8b7ba680084b /cmd/dmap | |
| parent | feff2c21715ab75fdc27ab2a5dcc4d795c45bc17 (diff) | |
rename spartan mode to plain mode
Diffstat (limited to 'cmd/dmap')
| -rw-r--r-- | cmd/dmap/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dmap/main.go b/cmd/dmap/main.go index 79a53ba..a40da88 100644 --- a/cmd/dmap/main.go +++ b/cmd/dmap/main.go @@ -32,7 +32,7 @@ func main() { flag.BoolVar(&args.NoColor, "noColor", false, "Disable ANSII terminal colors") flag.BoolVar(&args.Quiet, "quiet", false, "Quiet output mode") - flag.BoolVar(&args.Spartan, "spartan", false, "Spartan output mode") + flag.BoolVar(&args.Plain, "plain", false, "Plain output mode") flag.BoolVar(&args.TrustAllHosts, "trustAllHosts", false, "Trust all unknown host keys") flag.BoolVar(&displayVersion, "version", false, "Display version") flag.IntVar(&args.ConnectionsPerCPU, "cpc", config.DefaultConnectionsPerCPU, |
