diff options
author | kotfu <kotfu@kotfu.net> | 2019-07-16 17:30:23 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-07-16 17:30:23 -0600 |
commit | f3ae3e129c9205229922463fc5ef57cc413c0ab9 (patch) | |
tree | bfe8b7eec20592de74725e5298dec68799f7ebec /docs/features | |
parent | a8c4a65106ad6325adec5e662ee8a5397527dba5 (diff) | |
parent | f77abb09888c6ea3f6d8dadb28de46c36f035459 (diff) | |
download | cmd2-git-f3ae3e129c9205229922463fc5ef57cc413c0ab9.tar.gz |
Merge branch 'master' into integrate_legacy_documentation
# Conflicts:
# docs/features/history.rst
Diffstat (limited to 'docs/features')
-rw-r--r-- | docs/features/history.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/history.rst b/docs/features/history.rst index 8aa305c0..c1806065 100644 --- a/docs/features/history.rst +++ b/docs/features/history.rst @@ -191,7 +191,7 @@ reference to identify previously entered commands. However, when creating a script or a transcript, the command numbers would prevent the script from loading properly. The ``-s`` or ``--script`` option instructs the ``history`` command to suppress the line numbers. This option is automatically set by the -``--output-file``, ``--transcript``, and ``--edit`` options. If you want to +``--output_file``, ``--transcript``, and ``--edit`` options. If you want to output the history commands with line numbers to a file, you can do it with output redirection:: |