Skip to content

Commit

Permalink
help message indicates running learn walkthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrunde committed Oct 27, 2023
1 parent 5aee5eb commit c8a4740
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/cmd/guide.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ type guideFile struct {
var guideCmd = &cobra.Command{
Use: "walkthrough",
Aliases: []string{"guide"},
Short: "Generate examples for use in the walkthrough",
Long: "Generate examples for use in the walkthrough",
Short: "Create sample materials for use in the walkthrough",
Long: "Create sample materials for use in the walkthrough",
Args: cobra.MinimumNArgs(0),
Run: func(cmd *cobra.Command, args []string) {
currentDir, err := os.Getwd()
Expand Down
4 changes: 2 additions & 2 deletions app/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Edit existing curriculum:
4. Publish changes for any cohort in Learn. Run:
learn publish
Learn more and build new curriculum:
walkthrough at https://learn-2.galvanize.com/cohorts/667/blocks/13/content_files/walkthrough/01-overview.md`,
Learn more by running 'learn walkthrough' to create sample materials, or visit
https://learn-2.galvanize.com/cohorts/667/blocks/13/content_files/walkthrough/01-overview.md`,
Args: func(cmd *cobra.Command, args []string) error {
if len(args) < 1 {
return errors.New("Requires at least 1 argument")
Expand Down

0 comments on commit c8a4740

Please sign in to comment.