diff --git a/crates/nu-command/src/filesystem/glob.rs b/crates/nu-command/src/filesystem/glob.rs index 982b8449ac..b8dd7c2822 100644 --- a/crates/nu-command/src/filesystem/glob.rs +++ b/crates/nu-command/src/filesystem/glob.rs @@ -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, },