From 52cf443daf8b58a6dcf4a43b0c619fc2e6f3f379 Mon Sep 17 00:00:00 2001 From: pagedown Date: Sat, 10 Dec 2022 15:12:32 +0800 Subject: [PATCH] Docs: rg --no-heading has been handled --- docs/kittens/hyperlinked_grep.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/kittens/hyperlinked_grep.rst b/docs/kittens/hyperlinked_grep.rst index e6fdb2cca..ed305e30e 100644 --- a/docs/kittens/hyperlinked_grep.rst +++ b/docs/kittens/hyperlinked_grep.rst @@ -67,7 +67,7 @@ the need for this kitten. output formatting as the kitten works by parsing the output from ripgrep. The unsupported options are: :code:`--context-separator`, :code:`--field-context-separator`, :code:`--field-match-separator`, - :code:`--json`, :code:`-I --no-filename`, :code:`--no-heading`, - :code:`-0 --null`, :code:`--null-data`, :code:`--path-separator`. - If you specify options via configuration file, then any changes to the - default output format will not be supported, not just the ones listed above. + :code:`--json`, :code:`-I --no-filename`, :code:`-0 --null`, + :code:`--null-data`, :code:`--path-separator`. If you specify options via + configuration file, then any changes to the default output format will not be + supported, not just the ones listed.