diff options
author | layderv <laydervus@gmail.com> | 2020-06-06 12:01:56 -0400 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2020-06-07 12:38:46 +0200 |
commit | a07e962549bc900365627482834896ea98996ff4 (patch) | |
tree | c6bb989ecb080023d63bfb434cf85c56cc84fd18 /src/home | |
parent | 7887e58051f0c4ae712dd6c2af461369d53e37b7 (diff) | |
download | systemd-a07e962549bc900365627482834896ea98996ff4.tar.gz |
homed help --uid short option
Diffstat (limited to 'src/home')
-rw-r--r-- | src/home/homectl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/homectl.c b/src/home/homectl.c index e9eb7c0ddb..f7237d22d8 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" |