Updated documentation

This commit is contained in:
Marco Cetica 2023-11-02 17:38:34 +01:00
parent 460826cc32
commit 09985c928b
Signed by: marco
GPG Key ID: 45060A949E90D0FD
4 changed files with 15 additions and 18 deletions

View File

@ -13,12 +13,11 @@ options(see below).
`dc` can be invoked with the following command line options:
```
Usage of dc:
-e string
Evaluate an expression
-f string
Evaluate a file containing expressions
-v Show version information
RPN desktop calculator with macro support. Usage:
-e, --expression <EXPRESSION> | Evaluate an expression
-f, --file <FILE> | Evaluate a file
-h, --help | Show this helper
-V, --version | Show version
```

BIN
dc Executable file

Binary file not shown.

11
dc.1
View File

@ -23,12 +23,11 @@ dc \[mi] RPN desktop calculator with macro support
.IP
.nf
\f[C]
Usage of dc:
-e string
Evaluate an expression
-f string
Evaluate a file
-v Show version information
RPN desktop calculator with macro support. Usage:
-e, --expression <EXPRESSION> | Evaluate an expression
-f, --file <FILE> | Evaluate a file
-h, --help | Show this helper
-V, --version | Show version
\f[R]
.fi
.SH DESCRIPTION

11
man.md
View File

@ -12,12 +12,11 @@ dc RPN desktop calculator with macro support
# SYNOPSIS
```
Usage of dc:
-e string
Evaluate an expression
-f string
Evaluate a file
-v Show version information
RPN desktop calculator with macro support. Usage:
-e, --expression <EXPRESSION> | Evaluate an expression
-f, --file <FILE> | Evaluate a file
-h, --help | Show this helper
-V, --version | Show version
```
# DESCRIPTION