From aeca5ed6db64b56321a9f69750432c36e595803f 2013-11-15 00:37:28 From: Paul Ivanov Date: 2013-11-15 00:37:28 Subject: [PATCH] add note about the 1000 / --keep variable --- diff --git a/IPython/core/historyapp.py b/IPython/core/historyapp.py index 0e9eda3..7ed79e7 100644 --- a/IPython/core/historyapp.py +++ b/IPython/core/historyapp.py @@ -16,7 +16,8 @@ from IPython.utils.traitlets import Bool, Int, Dict trim_hist_help = """Trim the IPython history database to the last 1000 entries. This actually copies the last 1000 entries to a new database, and then replaces -the old file with the new. +the old file with the new. Use the `--keep=` argument to specify a number +other than 1000. """ class HistoryTrim(BaseIPythonApplication):