Minor changes
Spelling error modified headlessQuery string removing Sprint
This commit is contained in:
2
main.go
2
main.go
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
func main() {
|
||||
if len(os.Args) == 1 {
|
||||
fmt.Println("Use 'start', 'stop', or 'backup' command\nex. factoryman start\nTo configure edit 'conifg.yml'")
|
||||
fmt.Println("Use 'start', 'stop', or 'backup' command\nex. factoryman start\nTo configure edit 'config.yml'")
|
||||
} else {
|
||||
cliToolMode()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user