From 367e63abcfe2207b4da217ea595f50204f56d5e9 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 30 Nov 2025 00:44:03 +0200 Subject: [PATCH] paclock: add sudo (#19676) --- pages/linux/paclock.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/paclock.md b/pages/linux/paclock.md index ecbc5b5450..087175ffbd 100644 --- a/pages/linux/paclock.md +++ b/pages/linux/paclock.md @@ -5,7 +5,7 @@ - Lock the database: -`paclock` +`sudo paclock` - Write the lock file path to `stdout` (without locking the database): @@ -13,7 +13,7 @@ - Unlock the database: -`paclock --unlock` +`sudo paclock --unlock` - Display help: