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 /internal/clients/maprclient.go | |
| parent | 60fa324cd5296b088c24d8db1d334a25ca955788 (diff) | |
rename spartan to quiet
Diffstat (limited to 'internal/clients/maprclient.go')
| -rw-r--r-- | internal/clients/maprclient.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/clients/maprclient.go b/internal/clients/maprclient.go index d201d40..9beea13 100644 --- a/internal/clients/maprclient.go +++ b/internal/clients/maprclient.go @@ -112,7 +112,7 @@ func (c MaprClient) makeHandler(server string) handlers.Handler { func (c MaprClient) makeCommands() (commands []string) { commands = append(commands, fmt.Sprintf("map %s", c.query.RawQuery)) - options := fmt.Sprintf("spartan=%v", c.Args.Spartan) + options := fmt.Sprintf("quiet=%v", c.Args.Quiet) modeStr := "cat" if c.Mode == omode.TailClient { |
