aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-04-07 11:33:55 +0200
committerUlrich Müller <ulm@gentoo.org>2020-04-07 11:33:55 +0200
commitd597abebdc99a7bc771bed0dd011fe45ce382bcc (patch)
tree8d322d364013d8fadaee843b1209e4922dbb42b9 /tasks-reference/completion/text.xml
parentebuild-writing/eapi: Reformat the lists. (diff)
downloaddevmanual-d597abebdc99a7bc771bed0dd011fe45ce382bcc.tar.gz
devmanual-d597abebdc99a7bc771bed0dd011fe45ce382bcc.tar.bz2
devmanual-d597abebdc99a7bc771bed0dd011fe45ce382bcc.zip
Remove unnecessary quotation marks.
According to the style guide. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'tasks-reference/completion/text.xml')
-rw-r--r--tasks-reference/completion/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks-reference/completion/text.xml b/tasks-reference/completion/text.xml
index b6a6349..8d48003 100644
--- a/tasks-reference/completion/text.xml
+++ b/tasks-reference/completion/text.xml
@@ -260,7 +260,7 @@ complete -F _foo foo
If the test returns true, show the available options, <c>${opts}</c>. The -W
option to <c>compgen</c> tells bash to complete on the word list (string or
something that evaluates to a string). In the majority of cases, you'll
- pass <c>'-- ${cur}'</c> to <c>compgen</c> telling it to only return those
+ pass <c>-- ${cur}</c> to <c>compgen</c> telling it to only return those
completions that match <c>${cur}</c>.
</ti>
</tr>