From a07e962549bc900365627482834896ea98996ff4 Mon Sep 17 00:00:00 2001 From: layderv Date: Sat, 6 Jun 2020 12:01:56 -0400 Subject: [PATCH] homed help --uid short option --- src/home/homectl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"