diff options
author | Stuart Langridge <sil@kryogenix.org> | 2019-08-01 17:02:10 +0100 |
---|---|---|
committer | Stuart Langridge <sil@kryogenix.org> | 2019-08-01 17:02:10 +0100 |
commit | e488b7f69eb816fe6d849db7c95a36dd299171b9 (patch) | |
tree | c6abc551f9cc5af7a25d3392ec98e2b00dab1564 | |
parent | Put the longer description for magnus in snapcraft.yaml (diff) | |
download | magnus-e488b7f69eb816fe6d849db7c95a36dd299171b9.tar.gz magnus-e488b7f69eb816fe6d849db7c95a36dd299171b9.tar.bz2 magnus-e488b7f69eb816fe6d849db7c95a36dd299171b9.zip |
Update man page to have a little more detail.
-rw-r--r-- | data/magnus.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/data/magnus.1 b/data/magnus.1 index 53b3c24..daf87e7 100644 --- a/data/magnus.1 +++ b/data/magnus.1 @@ -2,6 +2,12 @@ .SH NAME magnus \- A very simple screen magnifier .SH SYNOPSIS -.B magnus +.B magnus [--about] [--refresh-interval=MILLISECONDS] .SH DESCRIPTION A very simple screen magnifier for visually impaired users. +Allows setting the zoom level to anything between 2x and 5x. +.SH OPTIONS +.TP +.BR \-\-refresh-interval =\fIMILLISECONDS\fR +How often to update Magnus's magnifier view. Defaults to 120ms. + |