]> git.proxmox.com Git - proxmox-backup.git/commitdiff
administration-guide: fix typo that breaks example command
authorDylan Whyte <d.whyte@proxmox.com>
Tue, 28 Jul 2020 07:48:36 +0000 (09:48 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 28 Jul 2020 08:59:53 +0000 (10:59 +0200)
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

index 2ba146f7a38c53bc7daff92b1833ee2f78b8e518..b8ee4ade42dcb1e1e2abb83482c0e98b6a702f05 100644 (file)
@@ -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