@@ -35,7 +35,7 @@ Rewind.
3535 functions.
3636
3737Pastebin code/write to file.
38- This posts the current buffer to a pastebin (paste.pocoo.org ) or writes it
38+ This posts the current buffer to a pastebin (bpaste.net ) or writes it
3939 to a file.
4040
4141Flush curses screen to stdout.
@@ -49,18 +49,23 @@ The long and short forms of options, shown here as alternatives, are equivalent.
4949If :program: `bpython ` sees an argument it does not know, execution falls back to
5050the regular Python interpreter.
5151
52+ The following options are supported by all frontends:
5253
5354--config=<config> Use <config> instead of default config file.
5455-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.
56+ -i, --interactive Drop to bpython shell after running file instead of
57+ exiting. The PYTHONSTARTUP file is not read.
5758-q, --quiet Do not flush the output to stdout.
5859-V, --version Print :program: `bpython `'s version and exit.
60+
61+ In addition to the above options, :program: `bpython ` also supports the following
62+ options:
63+
5964-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 `.
65+ -LL for more verbose logging.
66+ -t file, --type=file Paste in the contents of a file at startup.
6267
63- In addition to the above options, :program: `bpython-urwid ` also supports the
68+ In addition to the common options, :program: `bpython-urwid ` also supports the
6469following options if Twisted is available:
6570
6671-r <reactor>, --reactor=<reactor> Use Twisted's <reactor> instead of urwid's
0 commit comments