1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-24 20:01:45 +02:00

📝 Fix logical error in help glob ()

This commit is contained in:
CAESIUS_TIM 2023-12-11 20:42:55 +08:00 committed by GitHub
parent 4763801cb2
commit b3a52a247f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,
},