Working: fix adduser options
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