mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-12-28 00:10:13 +01:00
Minor tweaks
This commit is contained in:
parent
0a6e6bbcf8
commit
e330cfc34f
@ -44,7 +44,7 @@ func parse() int {
|
|||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
f = flag.Bool("f", false, "(decryption) attempt to fix corruption")
|
f = flag.Bool("f", false, "(decryption) attempt to fix corruption")
|
||||||
k = flag.Bool("k", false, "(decryption) keep output unconditionally")
|
k = flag.Bool("k", false, "(decryption) keep output even if corrupted")
|
||||||
p = flag.Bool("p", false, "(encryption) use paranoid mode")
|
p = flag.Bool("p", false, "(encryption) use paranoid mode")
|
||||||
r = flag.Bool("r", false, "(encryption) encode with Reed-Solomon")
|
r = flag.Bool("r", false, "(encryption) encode with Reed-Solomon")
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
@ -612,7 +612,7 @@ func work() int {
|
|||||||
|
|
||||||
fin.Close()
|
fin.Close()
|
||||||
fout.Close()
|
fout.Close()
|
||||||
fmt.Print("Completed -> ", fout.Name())
|
fmt.Println("Completed -> ", fout.Name())
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user