summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2018-09-24 00:37:16 +0200
committerNikolaus Gotsche <n@softwarefools.com>2018-09-24 00:37:16 +0200
commit0e7435a36e71b1e5f2fe0a7076c2c4e8cbdc2011 (patch)
treeae83caedf951506d901f3956835b77f493eb9e2e /main.go
parentd971540ec6efdec601505b6c8b55dcd85072f8e0 (diff)
-h extendet
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 0ba4902..2ff7595 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\n", os.Args[0],version)
+ 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...)