From d3ab21c2eb45801b159c818d4653f50a51624458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Mon, 19 Apr 2021 20:36:35 +0200 Subject: [PATCH] fix identical typo in a parameter (#5794) --- 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 321cb68e54..a783dd417a 100644 --- a/pages/linux/pacman-files.md +++ b/pages/linux/pacman-files.md @@ -29,4 +29,4 @@ - List only the absolute path to the files: -`pacman --query --list --quite {{package_name}}` +`pacman --query --list --quiet {{package_name}}`