administration-guide: fix typo that breaks example command
The ' ' (space) between 'etc/ **/*.txt' resulted in the example command's output not matching the given example output. Removing this space fixes the command.
This commit is contained in:
parent
02f82148cf
commit
a83674ad48
@ -777,7 +777,7 @@ For example:
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
pxar:/ > find etc/ **/*.txt --select
|
pxar:/ > find etc/**/*.txt --select
|
||||||
"/etc/X11/rgb.txt"
|
"/etc/X11/rgb.txt"
|
||||||
pxar:/ > list-selected
|
pxar:/ > list-selected
|
||||||
etc/**/*.txt
|
etc/**/*.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user