Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

issue with usermod command completion



Hi,
usermode [TAB] gives me:
usermod --add-sub-
--add-sub-gids  -- add a range of subordinate gids
--add-sub-uids  -- add a range of subordinate uids

However, there's no --add-sub-gids or --add-sub-uids options. I think
they're typo of --add-subgids and --add-subuids.

After checking the source, a modification might be needed in these
lines: https://github.com/zsh-users/zsh/blob/master/Completion/Unix/Command/_user_admin#L106-L109



Messages sorted by: Reverse Date, Date, Thread, Author