X Tutup
Skip to content

Commit 5db6fb2

Browse files
committed
bpython.1: mention new config file path.
1 parent 1eaa634 commit 5db6fb2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/bpython.1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Unlike other curses apps, bpython dumps the screen data to stdout when you quit,
5656

5757
.SH OPTIONS
5858
The long and short forms of options, shown here as alternatives, are
59-
equivalent. If bpython sees an argument it does not know, execution falls
59+
equivalent. If \fBbpython\fR sees an argument it does not know, execution falls
6060
back to the regular Python interpreter.
6161
.IP "\fB\-\-config=\fR\fIconfig\fR" 4
6262
.PD
@@ -70,7 +70,7 @@ Show the help message and exit.
7070
.PD 0
7171
.IP "\fB\-\-interactive\fR" 4
7272
.PD
73-
Drop to bpython shell after running \fIfile\fR instead of exiting.
73+
Drop to \fBbpython\fR shell after running \fIfile\fR instead of exiting.
7474
The PYTHONSTARTUP file is not read.
7575
.IP "\fB\-q\fR" 4
7676
.PD 0
@@ -81,10 +81,10 @@ Do not flush the output to stdout.
8181
.PD 0
8282
.IP "\fB\-\-version\fR" 4
8383
.PD
84-
Print bpython's version and exit.
84+
Print \fBbpython\fR's version and exit.
8585

8686
.PP
87-
In addition to the above options, bpython-urwid also supports the following
87+
In addition to the above options, \fBbpython-urwid\fR also supports the following
8888
options if twisted is available:
8989
.IP "\fB\-r \fR\fIreactor\fR" 4
9090
.PD 0
@@ -111,11 +111,11 @@ Run a eval server on port \fIport\fR. This options forces the use of a Twisted
111111
reactor.
112112

113113
.SH KEYS
114-
bpython's keys are fully configurable. See
114+
\fBbpython\fR's keys are fully configurable. See
115115
http://docs.bpython-interpreter.org/configuration.html#keyboard
116116

117117
.SH FILES
118-
~/.bpython/config
118+
$XDG_CONFIG_HOME/bpython/config
119119
.RS
120120
Your bpython config. See sample-config (in /usr/share/doc/bpython/examples on Debian) for various options you can use, or read
121121
.BR bpython-config (5)

0 commit comments

Comments
 (0)
X Tutup