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 {
|
||||
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]*""#,
|
||||
result: None,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user