diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-26 00:45:08 +0200 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-26 00:45:08 +0200 |
| commit | bf11a0caa0d71b253b1172bf96765f5e53f7a4d4 (patch) | |
| tree | 0c3459186eba3ee800575f1ab044ddcaa5563b44 /main.go | |
| parent | 0e7435a36e71b1e5f2fe0a7076c2c4e8cbdc2011 (diff) | |
Ctrl-C proof billing.. i hope
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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...") } |
