forked from extern/nushell
📝 Fix logical error in help glob (#11286)
This commit is contained in:
parent
4763801cb2
commit
b3a52a247f
@ -74,7 +74,7 @@ impl Command for Glob {
|
|||||||
},
|
},
|
||||||
Example {
|
Example {
|
||||||
description:
|
description:
|
||||||
"Search for files and folders that begin with uppercase C and lowercase c",
|
"Search for files and folders that begin with uppercase C or lowercase c",
|
||||||
example: r#"glob "[Cc]*""#,
|
example: r#"glob "[Cc]*""#,
|
||||||
result: None,
|
result: None,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user