Skip to content

Working: fix adduser options

Coco Liliace requested to merge liliace/user-handbook:master into master

The doc says to run adduser $USER -G wheel but this command fails and prints the help menu, which suggests the usage is adduser [OPTIONS] USER [GROUP], without the -G flag. Running it without the -G flag works as expected.

Edited by Coco Liliace

Merge request reports