reword some things.

This commit is contained in:
fiatjaf
2025-07-05 11:14:29 -03:00
parent b1114766e5
commit fb377f4775
3 changed files with 8 additions and 8 deletions

View File

@@ -299,7 +299,7 @@ var bunker = &cli.Command{
)
}
// Print QR code if requested
// print QR code if requested
if c.Bool("qrcode") {
log("QR Code for bunker URI:\n")
qrterminal.Generate(bunkerURI, qrterminal.L, os.Stdout)