diff --git a/crates/nu-command/src/network/fetch.rs b/crates/nu-command/src/network/fetch.rs index 4a5fc7c346..b718dc8e4f 100644 --- a/crates/nu-command/src/network/fetch.rs +++ b/crates/nu-command/src/network/fetch.rs @@ -45,7 +45,7 @@ impl Command for SubCommand { Some('p'), ) .named("timeout", SyntaxShape::Int, "timeout period in seconds", Some('t')) - .switch("raw", "fetch contents as text rather than a table", Some('r')) + .switch("raw", "fetch contents as text rather than a table", Some('r')) .filter() .category(Category::Network) }