Skip to content

Commit 3a775cf

Browse files
Add a hint about exit() to the help message when the user types ? and presses enter (#41997)
Co-authored-by: Jeff Bezanson <[email protected]> Co-authored-by: Jeff Bezanson <[email protected]>
1 parent dba8a08 commit 3a775cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/docs/basedocs.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ as well as many great tutorials and learning resources:
2323
For help on a specific function or macro, type `?` followed
2424
by its name, e.g. `?cos`, or `?@time`, and press enter.
2525
Type `;` to enter shell mode, `]` to enter package mode.
26+
27+
To exit the interactive session, type `CTRL-D` (press the
28+
control key together with the `d` key), or type `exit()`.
2629
"""
2730
kw"help", kw"Julia", kw"julia", kw""
2831

0 commit comments

Comments
 (0)