Skip to content

Commit cfd167d

Browse files
committed
Merge.
2 parents edf7b2e + 4fcb771 commit cfd167d

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ See the sample-config file for a list of available options.
110110
You should save your config file as ~/.bpython/config or specify
111111
at the command line:
112112

113-
bpython -c /path/to/bpython/config
113+
bpython --config /path/to/bpython/config
114114

115115
Known Bugs
116116
==========

bpython/test/test_crashers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def processExited(self, reason):
7272
set_win_size(slave, 25, 80)
7373
reactor.spawnProcess(Protocol(), sys.executable,
7474
(sys.executable, "-m", "bpython." + self.backend,
75-
"-c", TEST_CONFIG),
75+
"--config", TEST_CONFIG),
7676
env=dict(TERM="vt100"),
7777
usePTY=(master, slave, os.ttyname(slave)))
7878
return result

doc/bpython.1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ Unlike other curses apps, bpython dumps the screen data to stdout when you quit,
5555
The long and short forms of options, shown here as alternatives, are
5656
equivalent. If bpython sees an argument it does not know, execution falls
5757
back to the regular Python interpreter.
58-
.IP "\fB\-c\fR \fIconfig\fR" 4
59-
.PD 0
6058
.IP "\fB\-\-config=\fR\fIconfig\fR" 4
6159
.PD
6260
Use \fIconfig\fR instead of default config file.

0 commit comments

Comments
 (0)