Updated help text

pull/2/head
Mark 2023-08-01 09:43:15 -07:00
parent 2949b07d7c
commit 5ec3d6e380
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ pub fn do_command(
" modulo (short) {c}%{r}\r\n", " modulo (short) {c}%{r}\r\n",
" multiply, divide {c}*, /, ×, ÷{r}\r\n", " multiply, divide {c}*, /, ×, ÷{r}\r\n",
" add, subtract {c}+, -{r}\r\n", " add, subtract {c}+, -{r}\r\n",
" unit conversion {c}to{r}\r\n",
" division (long) {c}per{r}\r\n",
" modulo (long) {c}mod{r}\r\n", " modulo (long) {c}mod{r}\r\n",
"\n" "\n"
), ),