diff --git a/app/client.go b/app/client.go index 5d0d7a5..d8d8a69 100644 --- a/app/client.go +++ b/app/client.go @@ -77,14 +77,6 @@ func (csf ClientStatusFlush) MarshalJSON() ([]byte, error) { return json.Marshal(ret) } -// end block - -func usage(err string) { - fmt.Println("Usage: reactionc") - fmt.Println("Usage: reactionc flush ") - logger.Fatalln(err) -} - func ClientShow(format, stream, filter string, regex *regexp.Regexp) { response := SendAndRetrieve(Request{Show, ""}) if response.Err != nil {