From b938adefaa451f93f1c75856dc695af60d667d1a Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Fri, 9 Dec 2022 09:56:12 +0100 Subject: [PATCH] Fix `math e` usage text (#7406) Closes #7401 # Tests + Formatting Doesn't apply, doc fix --- crates/nu-command/src/math/euler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> {