From bf11a0caa0d71b253b1172bf96765f5e53f7a4d4 Mon Sep 17 00:00:00 2001 From: Nikolaus Gotsche Date: Wed, 26 Sep 2018 00:45:08 +0200 Subject: Ctrl-C proof billing.. i hope --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 2ff7595..9160c58 100644 --- a/main.go +++ b/main.go @@ -110,7 +110,7 @@ func main() { } if help { - fmt.Printf("Usage of %s Version %s:\n Use Commands as Parameters\n If Commands or flags other than -f were passed $s exits after execution of command.\n\n", os.Args[0],version.os.Args[0]) + fmt.Printf("Usage of %s Version %s:\n Use Commands as Parameters\n If Commands or flags other than -f were passed %s exits after execution of command.\n\n", os.Args[0],version,os.Args[0]) getopt.Usage() interArgs = append([]string{"help"},interArgs...) @@ -152,5 +152,5 @@ func main() { interact() - fmt.Println("Laboravi emeritus...") + fmt.Println("Laboravi finietur...") } -- cgit v1.2.3