Skip to content

Commit bfb4cc7

Browse files
committed
Correcting typo.
1 parent e864bdf commit bfb4cc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/inpxcreator/cmd/libclean/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func init() {
9292
flag.BoolVar(&verbose, "verbose", false, "print detailed information")
9393
flag.BoolVar(&deleteOriginal, "delete-original", false, "Do not create backup copies of original files")
9494
flag.StringVar(&dest, "destination", pwd, "path to archives (separated by \";\", updated archive will be created where original archive is)")
95-
flag.BoolVar(&newMode, "full", false, "Use full integer length in file names (by default id numbers in file names limited to 6 positions")
95+
flag.BoolVar(&newMode, "full", false, "Use full integer length in file names (by default id numbers in file names limited to 6 positions)")
9696

9797
if updatesFilt.re, err = regexp.Compile("(?i)\\s*fb2-([0-9]+)-([0-9]+).zip"); err != nil {
9898
log.Fatal(err)

src/inpxcreator/cmd/libmerge/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func init() {
138138
flag.BoolVar(&verbose, "verbose", false, "print detailed information")
139139
flag.BoolVar(&keepUpdates, "keep-updates", false, "Keep merged updates")
140140
flag.StringVar(&dest, "destination", pwd, "path to archives and updates (separated by \";\", merge archive will be created where \"last\" archive is)")
141-
flag.BoolVar(&newMode, "full", false, "Use full integer length in file names (by default id numbers in file names limited to 6 positions")
141+
flag.BoolVar(&newMode, "full", false, "Use full integer length in file names (by default id numbers in file names limited to 6 positions)")
142142

143143
if archivesFilt.re, err = regexp.Compile("(?i)\\s*fb2-([0-9]+)-([0-9]+).zip"); err != nil {
144144
log.Fatal(err)

0 commit comments

Comments
 (0)