Skip to content

Commit f43cfa7

Browse files
authored
Update cli.go
1 parent 44953a9 commit f43cfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func (fs *FlagSet) Get(flagName string) (interface{}, bool) {
109109
}
110110

111111
func (fs *FlagSet) Usage() {
112-
fmt.Println("Usage: Chipmunk file archiver [options]")
112+
fmt.Println("Usage: SquirrelZip file archiver [options]")
113113
fmt.Println("Options:")
114114
for _, flag := range fs.flags {
115115
fmt.Printf(" -%s: %s\n", flag.Name, flag.Usage)

0 commit comments

Comments
 (0)