From 14ecb63e4004b55a5fea5a4e8e8b3bfecfbdad81 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Tue, 25 Oct 2022 11:09:41 +0200 Subject: [PATCH] completions/usermod: Fix subu/gid option spelling It's "subuid", not "sub-uid". Fixes #9303 --- share/completions/usermod.fish | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/completions/usermod.fish b/share/completions/usermod.fish index b3c09d25d..f457e9b6a 100644 --- a/share/completions/usermod.fish +++ b/share/completions/usermod.fish @@ -16,8 +16,8 @@ complete -c usermod -s P -l prefix -d "Apply changes in the PREFIX_DIR" -x complete -c usermod -s s -l shell -d "The name of the user's new login shell" -x complete -c usermod -s u -l uid -d "The new numerical value of the user's ID" -x complete -c usermod -s U -l unlock -d "Unlock a users password" -f -complete -c usermod -s v -l add-sub-uids -d "Add a range of subordinate uids to the user's account" -x -complete -c usermod -s V -l del-sub-uids -d "Remove a range of subordinate uids from the user's account" -x -complete -c usermod -s w -l add-sub-gids -d "Add a range of subordinate gids to the user's account" -x -complete -c usermod -s W -l del-sub-gids -d "Remove a range of subordinate gids from the user's account" -x +complete -c usermod -s v -l add-subuids -d "Add a range of subordinate uids to the user's account" -x +complete -c usermod -s V -l del-subuids -d "Remove a range of subordinate uids from the user's account" -x +complete -c usermod -s w -l add-subgids -d "Add a range of subordinate gids to the user's account" -x +complete -c usermod -s W -l del-subgids -d "Remove a range of subordinate gids from the user's account" -x complete -c usermod -s Z -l selinux-user -d "The new SELinux user for the user's login" -x