Skip to content

Commit 9ddadea

Browse files
committed
use whisper.json as default batch file path
1 parent 30225e1 commit 9ddadea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ func main() { //nolint: funlen,gocyclo,cyclop
6969

7070
genKeyFile := flags.String("gen-key", "", "Generate a key pair and save to the specified path.")
7171

72-
batchEncrypt := flags.String("be", "", "Encrypt all files in the batch config file.")
73-
batchDecrypt := flags.String("bd", "", "Decrypt all files in the batch config file.")
72+
batchEncrypt := flags.String("be", "whisper.json", "Encrypt all files in the batch config file.")
73+
batchDecrypt := flags.String("bd", "whisper.json", "Decrypt all files in the batch config file.")
7474

7575
err := flags.Parse(os.Args[1:])
7676
if err != nil {

0 commit comments

Comments
 (0)