Show More
@@ -16,7 +16,8 b' from IPython.utils.traitlets import Bool, Int, Dict' | |||||
16 | trim_hist_help = """Trim the IPython history database to the last 1000 entries. |
|
16 | trim_hist_help = """Trim the IPython history database to the last 1000 entries. | |
17 |
|
17 | |||
18 | This actually copies the last 1000 entries to a new database, and then replaces |
|
18 | This actually copies the last 1000 entries to a new database, and then replaces | |
19 | the old file with the new. |
|
19 | the old file with the new. Use the `--keep=` argument to specify a number | |
|
20 | other than 1000. | |||
20 | """ |
|
21 | """ | |
21 |
|
22 | |||
22 | class HistoryTrim(BaseIPythonApplication): |
|
23 | class HistoryTrim(BaseIPythonApplication): |
General Comments 0
You need to be logged in to leave comments.
Login now