Minor changes

Spelling error
modified headlessQuery string removing Sprint
This commit is contained in:
2026-05-04 07:35:57 -06:00
parent bb65f409b4
commit cf71d956d2
2 changed files with 2 additions and 3 deletions

View File

@@ -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()
}