update documentation

This commit is contained in:
Simon Vieille 2024-08-29 12:57:06 +02:00
commit 269ffac452
2 changed files with 23 additions and 1 deletions

View file

@ -22,7 +22,7 @@ func main() {
case "pull":
pullcmd.Run()
default:
fmt.Print("You must pass a sub-command: init, watch")
fmt.Print("You must pass a sub-command: init, watch, pull")
os.Exit(1)
}
}