Skip to content

Commit 3a0c10a

Browse files
committed
About text added to the --help flag.
1 parent 97e6cd4 commit 3a0c10a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.go

+3
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ func help(logo bool) {
176176
if logo {
177177
fmt.Fprintln(os.Stderr, brand)
178178
}
179+
fmt.Fprint(os.Stderr, " Zip Comment is the super-fast batch, zip file comment viewer, and extractor.\n"+
180+
" Using a modern PC with the zip files stored on a solid-state drive,\n"+
181+
" zipcmt handles many thousands of archives per second.\n\n")
179182
fmt.Fprintln(os.Stderr, "Usage:")
180183
if runtime.GOOS == winOS {
181184
helpWin()

0 commit comments

Comments
 (0)