Skip to content

Commit 8fd2e00

Browse files
Add curtsies-specific options to man page
1 parent 0ee753a commit 8fd2e00

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

doc/sphinx/source/man-bpython.rst

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,15 @@ If :program:`bpython` sees an argument it does not know, execution falls back to
5050
the regular Python interpreter.
5151

5252

53-
--config=<config> Use <config> instead of default config file.
54-
-h, --help Show the help message and exit.
55-
-i, --interactive Drop to bpython shell after running file instead of exiting.
56-
The PYTHONSTARTUP file is not read.
57-
-q, --quiet Do not flush the output to stdout.
58-
-V, --version Print :program:`bpython`'s version and exit.
53+
--config=<config> Use <config> instead of default config file.
54+
-h, --help Show the help message and exit.
55+
-i, --interactive Drop to bpython shell after running file instead of exiting.
56+
The PYTHONSTARTUP file is not read.
57+
-q, --quiet Do not flush the output to stdout.
58+
-V, --version Print :program:`bpython`'s version and exit.
59+
-L, --log Write debugging messages to the file bpython.log. Use
60+
-LL for more verbose logging. Only available in :program:`bpython`.
61+
-t file, --type=file Paste in the contents of a file at startup. Only available in :program:`bpython`.
5962

6063
In addition to the above options, :program:`bpython-urwid` also supports the
6164
following options if Twisted is available:
@@ -69,7 +72,7 @@ following options if Twisted is available:
6972
plugins. Use -- to pass options to the
7073
plugin.
7174
-s <port>, --server=<port> Run an eval server on port <port>. This
72-
options forces the use of a Twisted reactor.
75+
option forces the use of a Twisted reactor.
7376

7477
Keys
7578
----

0 commit comments

Comments
 (0)