Skip to content

Commit 8b1387b

Browse files
authored
Merge pull request #3 from BrainbirdLab/main
Update cli.go
2 parents 6caeb49 + f43cfa7 commit 8b1387b

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)