From 4a44a575deb75d5ea9671099359c7f1f261d7776 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:04:19 +0300 Subject: [PATCH] nice: edit page (#14038) Update nice.md --- pages/common/nice.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/common/nice.md b/pages/common/nice.md index f1b0da10e8..e2773c37c8 100644 --- a/pages/common/nice.md +++ b/pages/common/nice.md @@ -6,4 +6,8 @@ - Launch a program with altered priority: -`nice -n {{niceness_value}} {{command}}` +`nice -{{niceness_value}} {{command}}` + +- Define the priority with an explicit option: + +`nice {{-n|--adjustment}} {{niceness_value}} {{command}}`