From 7a4762df771cfedd37b2a203863cbf10b26b2638 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 2 Aug 2023 11:50:55 -0700 Subject: [PATCH] Updated help command --- src/command/mod.rs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/command/mod.rs b/src/command/mod.rs index db2eb3c..444f018 100644 --- a/src/command/mod.rs +++ b/src/command/mod.rs @@ -138,9 +138,14 @@ pub fn do_command( " hyperbolic sin, etc {c}sinh, asinh, csch{r}\r\n", " hyperbolic cos, etc {c}cosh, acosh, sech{r}\r\n", " hyperbolic tan, etc {c}tanh, atanh, coth{r}\r\n", - "\r\n", - " convert to base unit {c}tobase(quantity){r}\r\n", - " remove units {c}nounit(quantity){r}\r\n", + "\n", + " Celsius to Kelvin {c}fromC, fromCelsius{r}\r\n", + " Kelvin to Celsius {c}toC, toCelsius{r}\r\n", + " Fahrenheit to Kelvin {c}fromF, fromFahrenheit{r}\r\n", + " Kelvin to Fahrenheit {c}toF, toFahrenheit{r}\r\n", + "\n", + " convert to base unit {c}tobase{r}\r\n", + " remove units {c}nounit{r}\r\n", "\n" ),