From: layderv Date: Sat, 6 Jun 2020 16:01:56 +0000 (-0400) Subject: homed help --uid short option X-Git-Tag: v246-rc1~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a07e962549bc900365627482834896ea98996ff4;p=thirdparty%2Fsystemd.git homed help --uid short option --- diff --git a/src/home/homectl.c b/src/home/homectl.c index e9eb7c0ddbc..f7237d22d83 100644 --- a/src/home/homectl.c +++ b/src/home/homectl.c @@ -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"