mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
docs: Add a missing newline
Sphinx is annoyingly specific here
This commit is contained in:
parent
177ce0d40e
commit
d239e26f6b
|
@ -90,6 +90,7 @@ More examples::
|
|||
searches for lines ending in ``enabled)`` in ``foo.txt`` (the ``$`` is special to ``grep``: it matches the end of the line).
|
||||
|
||||
::
|
||||
|
||||
apt install "postgres-*"
|
||||
|
||||
installs all packages with a name starting with "postgres-", instead of looking through the current directory for files named "postgres-something".
|
||||
|
|
Loading…
Reference in New Issue
Block a user