[pbs-devel] [PATCH pbs-docs] administration-guide: fix typo that breaks example command
Dylan Whyte
d.whyte at proxmox.com
Tue Jul 28 09:48:36 CEST 2020
The ' ' (space) between 'etc/ **/*.txt' resulted in the example command's output
not matching the given example output. Removing this space fixes the command.
---
docs/administration-guide.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/administration-guide.rst b/docs/administration-guide.rst
index 0637df2d..ea1d10fc 100644
--- a/docs/administration-guide.rst
+++ b/docs/administration-guide.rst
@@ -771,7 +771,7 @@ For example:
.. code-block:: console
- pxar:/ > find etc/ **/*.txt --select
+ pxar:/ > find etc/**/*.txt --select
"/etc/X11/rgb.txt"
pxar:/ > list-selected
etc/**/*.txt
--
2.20.1
More information about the pbs-devel
mailing list