diff --git a/crates/nu-command/src/deprecated/deprecated_commands.rs b/crates/nu-command/src/deprecated/deprecated_commands.rs index a7d526d937..c04c6b861c 100644 --- a/crates/nu-command/src/deprecated/deprecated_commands.rs +++ b/crates/nu-command/src/deprecated/deprecated_commands.rs @@ -22,5 +22,6 @@ pub fn deprecated_commands() -> HashMap { ("post".to_string(), "http post".to_string()), ("str lpad".to_string(), "fill".to_string()), ("str rpad".to_string(), "fill".to_string()), + ("benchmark".to_string(), "timeit".to_string()), ]) }