From eb7837113fffecce3ada15c8d25a764559e6ffc3 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 10 Dec 2019 19:03:44 +0100 Subject: [PATCH] docs: File completion can indeed be enabled again [ci skip] --- sphinx_doc_src/index.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sphinx_doc_src/index.rst b/sphinx_doc_src/index.rst index d806c45b7..c2dab77b8 100644 --- a/sphinx_doc_src/index.rst +++ b/sphinx_doc_src/index.rst @@ -483,11 +483,10 @@ As a simple example, here's an excerpt of the completions for systemd's ``timeda # Disable file completions for the entire command # because it does not take files anywhere - # Note that this can't be undone, - # so it's often better to only disable it for certain completions. + # Note that this can be undone by using "-F". # # File completions also need to be disabled - # if you wish to offer a certain set of files (e.g. just directories). + # if you want to have more control over what files are offered (e.g. just directories, or just files ending in ".mp3"). complete -c timedatectl -f # This line offers the subcommands