diff --git a/docs/source/whatsnew/pr/term-title-format-feature.rst b/docs/source/whatsnew/pr/term-title-format-feature.rst index 68de11c..739b9ab 100644 --- a/docs/source/whatsnew/pr/term-title-format-feature.rst +++ b/docs/source/whatsnew/pr/term-title-format-feature.rst @@ -1,2 +1,2 @@ -An additional flag `--term-title-format` is introduced to allow the user to control the format of the terminal +An additional flag `--TerminalInteractiveShell.term_title_format` is introduced to allow the user to control the format of the terminal title. It is specified as a python format string, and currently the only variable it will format is `{cwd}`.