Skip to content

Commit

Permalink
refactor: fix the rebake help docs
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Mar 8, 2024
1 parent 8471642 commit 28a2574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/rebake.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 28a2574

Please sign in to comment.