From f4ff3122652475d5523f3683a10edb9f542a2876 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 19 Oct 2024 09:10:13 +0200 Subject: [PATCH] Fix typo in docs --- doc_src/cmds/commandline.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_src/cmds/commandline.rst b/doc_src/cmds/commandline.rst index 6d7b5ef69..d519c670b 100644 --- a/doc_src/cmds/commandline.rst +++ b/doc_src/cmds/commandline.rst @@ -84,13 +84,13 @@ The following options change the way ``commandline`` prints the current commandl **-x** or **--tokens-expanded** Perform argument expansion on the selection and print one argument per line. - Command substituions are not expanded but forwarded as-is. + Command substitutions are not expanded but forwarded as-is. **--tokens-raw** Print arguments in the selection as they appear on the command line, one per line. **-o** or **tokenize** - Deprecated, do not use. + Deprecated; do not use. If ``commandline`` is called during a call to complete a given string using ``complete -C STRING``, ``commandline`` will consider the specified string to be the current contents of the command line.