forked from TrueCloudLab/rclone
test makefiles: fix documentation so it doesn't have HTML in
This commit is contained in:
parent
76f8095bc5
commit
c67c1ab4ee
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ func init() {
|
|||
|
||||
var commandDefinition = &cobra.Command{
|
||||
Use: "makefiles <dir>",
|
||||
Short: `Make a random file hierarchy in <dir>`,
|
||||
Short: `Make a random file hierarchy in a directory`,
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
cmd.CheckArgs(1, 1, command, args)
|
||||
if seed == 0 {
|
||||
|
|
Loading…
Reference in a new issue