From a0fef34a12143f6fcb35dd0e2a8a302279cb04f2 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:11:19 +0300 Subject: [PATCH] passwd: add longform options (#13595) --- pages/common/passwd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/passwd.md b/pages/common/passwd.md index efb2ba672a..621ea341de 100644 --- a/pages/common/passwd.md +++ b/pages/common/passwd.md @@ -13,8 +13,8 @@ - Get the current status of the user: -`passwd -S` +`passwd {{-S|--status}}` - Make the password of the account blank (it will set the named account passwordless): -`passwd -d` +`passwd {{-d|--delete}}`