fix some formatting issues in retro(1) manpage
FossilOrigin-Name: adab764e4b657e777f9d41e583f10092c54534ad0d1f611855844a0bdf22f3e0
This commit is contained in:
parent
7d62bfde56
commit
472eb63cad
1 changed files with 12 additions and 6 deletions
18
man/retro.1
18
man/retro.1
|
@ -21,12 +21,18 @@ is the main interface for interacting with Retro. It provides both
|
||||||
an interactive and a scripting model.
|
an interactive and a scripting model.
|
||||||
.Sh OPTIONS
|
.Sh OPTIONS
|
||||||
.Bl -tag -width -indent
|
.Bl -tag -width -indent
|
||||||
.It Fl h Display a help screen
|
.It Fl h
|
||||||
.It Fl i Start Retro in interactive mode
|
Display a help screen
|
||||||
.It Fl t Run any test blocks in the loaded files
|
.It Fl i
|
||||||
.It Fl f Ar filename Run any code blocks in the specified file
|
Start Retro in interactive mode
|
||||||
.It Fl u Ar filename Load and use the specified image file rather than the integral one
|
.It Fl t
|
||||||
.It filename script-args Run code blocks in a single file. Pass script-args to the code being run.
|
Run any test blocks in the loaded files
|
||||||
|
.It Fl f Ar filename
|
||||||
|
Run any code blocks in the specified file
|
||||||
|
.It Fl u Ar
|
||||||
|
filename Load and use the specified image file rather than the integral one
|
||||||
|
.It filename script-args
|
||||||
|
Run code blocks in a single file. Pass script-args to the code being run.
|
||||||
.El
|
.El
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Charles Childers Aq Mt crc@forthworks.com
|
.An Charles Childers Aq Mt crc@forthworks.com
|
||||||
|
|
Loading…
Reference in a new issue