]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
homed help --uid short option
authorlayderv <laydervus@gmail.com>
Sat, 6 Jun 2020 16:01:56 +0000 (12:01 -0400)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 7 Jun 2020 10:38:46 +0000 (12:38 +0200)
src/home/homectl.c

index e9eb7c0ddbcee38dde01763a620f22ef5ebf17b4..f7237d22d83bce46a5a6448f0b48c58670dbb4b2 100644 (file)
@@ -2171,7 +2171,7 @@ static int help(int argc, char *argv[], void *userdata) {
                "     --location=LOCATION      Set location of user on earth\n"
                "     --icon-name=NAME         Icon name for user\n"
                "  -d --home-dir=PATH          Home directory\n"
-               "     --uid=UID                Numeric UID for user\n"
+               "  -u --uid=UID                Numeric UID for user\n"
                "  -G --member-of=GROUP        Add user to group\n"
                "     --skel=PATH              Skeleton directory to use\n"
                "     --shell=PATH             Shell for account\n"