From a83674ad48ddcf9449c4736c084b3c69acf40146 Mon Sep 17 00:00:00 2001 From: Dylan Whyte Date: Tue, 28 Jul 2020 09:48:36 +0200 Subject: [PATCH] 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. --- 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 2ba146f7..b8ee4ade 100644 --- a/docs/administration-guide.rst +++ b/docs/administration-guide.rst @@ -777,7 +777,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.39.5