Update help
This commit is contained in:
parent
21492876c5
commit
fe38a6c7b1
@ -151,7 +151,8 @@ fn main() -> Result<(), Box<dyn Error>> {
|
||||
draw_clippy_rect(
|
||||
ClippyRectangle {
|
||||
title: "Help",
|
||||
msg: "+ => Add s => Sin\n\
|
||||
msg: "\
|
||||
+ => Add s => Sin\n\
|
||||
- => Subtract c => Cos\n\
|
||||
* => Multiply t => Tan\n\
|
||||
/ => Divide S => ASin\n\
|
||||
@ -164,7 +165,8 @@ fn main() -> Result<(), Box<dyn Error>> {
|
||||
<ret> => Dup l => Log\n\
|
||||
> => Swap L => Ln\n\
|
||||
e => E ^c => Constants\n\
|
||||
m => Macros rR => Registers",
|
||||
m => Macros rR => Registers\
|
||||
",
|
||||
},
|
||||
f,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user