📝 Fix logical error in help glob (#11286)

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

View File

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