From 28a2574a0366a1a80617ecfc07420c95059602c3 Mon Sep 17 00:00:00 2001 From: Christopher Hunter Date: Fri, 8 Mar 2024 15:01:53 -0800 Subject: [PATCH] refactor: fix the rebake help docs --- internal/commands/rebake.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/commands/rebake.go b/internal/commands/rebake.go index 53b87608..e5aa29ad 100644 --- a/internal/commands/rebake.go +++ b/internal/commands/rebake.go @@ -82,7 +82,7 @@ func (cmd ReBake) Execute(args []string) error { func (cmd ReBake) Usage() jhanda.Usage { return jhanda.Usage{ - Description: "re-bake (aka record bake) builds a tile from a bake record if the current HEAD is does not match the record the command will fail", + Description: "re-bake (aka record bake) builds a tile from a bake record. You must check out the repository to the revision of the source_revision in the bake record before running this command.", ShortDescription: "re-bake constructs a tile from a bake record", Flags: &cmd.Options, }