mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02:00
test makefiles: fix documentation so it doesn't have HTML in
This commit is contained in:
parent
76f8095bc5
commit
c67c1ab4ee
@ -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…
x
Reference in New Issue
Block a user