Skip to content

Commit

Permalink
Change doc generation output
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Jan 6, 2021
1 parent 0cc0af4 commit 77bf374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/docgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ var docgenCmd = &cobra.Command{

func init() {
rootCmd.AddCommand(docgenCmd)
docgenCmd.Flags().StringVarP(&directory, "directory", "d", "./docs/src/command-line-reference", "output directory")
docgenCmd.Flags().StringVarP(&directory, "directory", "d", "./docs", "output directory")
}

0 comments on commit 77bf374

Please sign in to comment.