diff --git a/crates/nu-command/src/filesystem/glob.rs b/crates/nu-command/src/filesystem/glob.rs index 29afb84bfe..9d9ec80a71 100644 --- a/crates/nu-command/src/filesystem/glob.rs +++ b/crates/nu-command/src/filesystem/glob.rs @@ -85,7 +85,7 @@ impl Command for Glob { result: None, }, Example { - description: "Search for files for folders that do not begin with c, C, b, M, or s", + description: "Search for files or folders that do not begin with c, C, b, M, or s", example: r#"glob "[!cCbMs]*""#, result: None, },