aboutsummaryrefslogtreecommitdiff
path: root/qr_code.go
diff options
context:
space:
mode:
Diffstat (limited to 'qr_code.go')
-rw-r--r--qr_code.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/qr_code.go b/qr_code.go
index 13a4aa0..f21d01f 100644
--- a/qr_code.go
+++ b/qr_code.go
@@ -25,7 +25,7 @@ func NewTerminalQRShower(str string) *TerminalQRShower {
func (s *TerminalQRShower) Start() error {
qrterminal.Generate(s.str, qrterminal.L, os.Stdout)
fmt.Println()
- fmt.Printf("serving on '%s'", s.str)
+ fmt.Printf("Hosting file at %s", s.str)
fmt.Println()
fmt.Println()
s.waiter.Wait()