From 73cdbae087c5fa13ccd854fcacf561532c250f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Mon, 19 Apr 2021 20:04:21 +0200 Subject: [PATCH] pacman-files: fix typo (#5793) Parameter --quite is almost certainly a typo. A correct form is --quiet. This was tested before PR. --- pages/linux/pacman-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/pacman-files.md b/pages/linux/pacman-files.md index 99ec30c9a..321cb68e5 100644 --- a/pages/linux/pacman-files.md +++ b/pages/linux/pacman-files.md @@ -21,7 +21,7 @@ - List only the package names: -`pacman --files --quite {{filename}}` +`pacman --files --quiet {{filename}}` - List the files owned by a specific package: