mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
📝 Fix logical error in help glob (#11286)
This commit is contained in:
parent
4763801cb2
commit
b3a52a247f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue