We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6caeb49 + f43cfa7 commit 8b1387bCopy full SHA for 8b1387b
utils/cli.go
@@ -109,7 +109,7 @@ func (fs *FlagSet) Get(flagName string) (interface{}, bool) {
109
}
110
111
func (fs *FlagSet) Usage() {
112
- fmt.Println("Usage: Chipmunk file archiver [options]")
+ fmt.Println("Usage: SquirrelZip file archiver [options]")
113
fmt.Println("Options:")
114
for _, flag := range fs.flags {
115
fmt.Printf(" -%s: %s\n", flag.Name, flag.Usage)
0 commit comments