Skip to content

Commit

Permalink
Add missing -h option to Usage message!
Browse files Browse the repository at this point in the history
  • Loading branch information
SMerrony committed Nov 5, 2022
1 parent 90c2c68 commit 9454c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ N.B. If you have not built a GtkAda crate (the GUI toolkit we use) recently then
## Run
`.bin/dashera`

Append `-h` to see all options available.
```
Usage of dashera:
-amber Use an amber font instead of green
-debug Print debugging information on STDOUT
-h or -help Print this help
-host <host:port> Host to connect with via Telnet
-tracescript Print trace of Mini-Expect script on STDOUT
-tracexmodem Show details of XMODEM file transfers on STDOUT
Expand Down
1 change: 1 addition & 0 deletions src/dashera.adb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ procedure Dashera is
Ada.Text_IO.Put_Line ("Usage of dashera:");
Ada.Text_IO.Put_Line (" -amber Use an amber font instead of green");
Ada.Text_IO.Put_Line (" -debug Print debugging information on STDOUT");
Ada.Text_IO.Put_Line (" -h or -help Print this help");
Ada.Text_IO.Put_Line (" -host <host:port> Host to connect with via Telnet");
Ada.Text_IO.Put_Line (" -tracescript Print trace of Mini-Expect script on STDOUT");
Ada.Text_IO.Put_Line (" -tracexmodem Show details of XMODEM file transfers on STDOUT");
Expand Down

0 comments on commit 9454c53

Please sign in to comment.