readme: remove old references to -c

FossilOrigin-Name: 412a747ce9147eac165cffbce71e8d7b41272e693ce6d81e0d34c7132063425d
This commit is contained in:
crc 2019-04-24 18:36:05 +00:00
parent f09eaa059c
commit 2719608f3d

View file

@ -51,13 +51,6 @@ arguments:
Starts the *listener*, a basic REPL for interactive use. Starts the *listener*, a basic REPL for interactive use.
retro -c
Starts the *listener*, a basic REPL for interactive use. With
`-c`, it runs in character breaking mode, where input is run
as soon as a space or enter is encountered. This requires RETRO
to have been built with TERMIOS support.
retro filename retro filename
This will run the code in the specified file, then exit. This This will run the code in the specified file, then exit. This
@ -69,11 +62,6 @@ header line like `#!/usr/bin/env retro`.
This will run the code in the specified file, then start the This will run the code in the specified file, then start the
listener. listener.
retro -c -f filename
This will run the code in the specified file, then start the
listener in character breaking mode.
retro -h retro -h
Displays a summary of the command line arguments. Displays a summary of the command line arguments.