Add time trigger cron spec examination tool (#680)

This commit is contained in:
Ta-Ching Chen
2018-06-04 19:02:54 +08:00
committed by GitHub
parent 7a7d15b50c
commit 0057270551
8 changed files with 133 additions and 40 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ Options:
--builderMgr Start builder manager.
--version Print version information
`
version := fmt.Sprintf("Fission Bundle Version: %v", fission.VersionInfo().String())
version := fmt.Sprintf("Fission Bundle Version: %v", fission.BuildInfo().String())
arguments, err := docopt.Parse(usage, nil, true, version, false)
if err != nil {
log.Fatalf("Error: %v", err)