fix help output

This commit is contained in:
2020-11-16 21:59:31 +00:00
parent 78ce37db9f
commit a84ae6bd5b
4 changed files with 4 additions and 2 deletions

2
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/godbus/dbus/v5 v5.0.3
github.com/hpcloud/tail v1.0.0
github.com/spf13/pflag v1.0.5
golang.org/x/sys v0.0.0-20200928205150-006507a75852 // indirect
golang.org/x/sys v0.0.0-20201116194326-cc9327a14d48 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)