diff --git a/crates/nu-command/src/math/euler.rs b/crates/nu-command/src/math/euler.rs index 6d233d25e0..83d57271bc 100644 --- a/crates/nu-command/src/math/euler.rs +++ b/crates/nu-command/src/math/euler.rs @@ -17,7 +17,7 @@ impl Command for SubCommand { } fn usage(&self) -> &str { - "Returns the mathematical constant π." + "Returns the mathematical constant e (exp(1)/'1 | math exp')." } fn search_terms(&self) -> Vec<&str> {