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/catclient.go | |
| parent | 60fa324cd5296b088c24d8db1d334a25ca955788 (diff) | |
rename spartan to quiet
Diffstat (limited to 'internal/clients/catclient.go')
| -rw-r--r-- | internal/clients/catclient.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/clients/catclient.go b/internal/clients/catclient.go index 50a8d18..b7b6131 100644 --- a/internal/clients/catclient.go +++ b/internal/clients/catclient.go @@ -42,7 +42,7 @@ func (c CatClient) makeHandler(server string) handlers.Handler { } func (c CatClient) makeCommands() (commands []string) { - options := fmt.Sprintf("spartan=%v", c.Args.Spartan) + options := fmt.Sprintf("quiet=%v", c.Args.Quiet) for _, file := range strings.Split(c.What, ",") { commands = append(commands, fmt.Sprintf("%s:%s %s %s", c.Mode.String(), options, file, c.Regex.Serialize())) } |
