diff --git a/man/retro.1 b/man/retro.1 index 4d4ebcd..6ee7c80 100644 --- a/man/retro.1 +++ b/man/retro.1 @@ -21,12 +21,18 @@ is the main interface for interacting with Retro. It provides both an interactive and a scripting model. .Sh OPTIONS .Bl -tag -width -indent -.It Fl h Display a help screen -.It Fl i Start Retro in interactive mode -.It Fl t 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. +.It Fl h +Display a help screen +.It Fl i +Start Retro in interactive mode +.It Fl t +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 .Sh AUTHORS .An Charles Childers Aq Mt crc@forthworks.com