| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a387e8c commit 4fcb771
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -110,7 +110,7 @@ See the sample-config file for a list of available options. | |||
| 110 | 110 | You should save your config file as ~/.bpython/config or specify | |
| 111 | 111 | at the command line: | |
| 112 | 112 | ||
| 113 | - bpython -c /path/to/bpython/config | ||
| 113 | + bpython --config /path/to/bpython/config | ||
| 114 | 114 | ||
| 115 | 115 | Known Bugs | |
| 116 | 116 | ========== | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -72,7 +72,7 @@ def processExited(self, reason): | |||
| 72 | 72 | set_win_size(slave, 25, 80) | |
| 73 | 73 | reactor.spawnProcess(Protocol(), sys.executable, | |
| 74 | 74 | (sys.executable, "-m", "bpython." + self.backend, | |
| 75 | - "-c", TEST_CONFIG), | ||
| 75 | + "--config", TEST_CONFIG), | ||
| 76 | 76 | env=dict(TERM="vt100"), | |
| 77 | 77 | usePTY=(master, slave, os.ttyname(slave))) | |
| 78 | 78 | return result | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -55,8 +55,6 @@ Unlike other curses apps, bpython dumps the screen data to stdout when you quit, | |||
| 55 | 55 | The long and short forms of options, shown here as alternatives, are | |
| 56 | 56 | equivalent. If bpython sees an argument it does not know, execution falls | |
| 57 | 57 | back to the regular Python interpreter. | |
| 58 | - .IP "\fB\-c\fR \fIconfig\fR" 4 | ||
| 59 | - .PD 0 | ||
| 60 | 58 | .IP "\fB\-\-config=\fR\fIconfig\fR" 4 | |
| 61 | 59 | .PD | |
| 62 | 60 | Use \fIconfig\fR instead of default config file. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments