git: 1809c29d8d0a - stable/15 - pw: Remove duplicate lines from the pw useradd usage message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Oct 2025 19:35:09 UTC
The branch stable/15 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=1809c29d8d0a0ea2a419cfc6f7b24d58c1907512 commit 1809c29d8d0a0ea2a419cfc6f7b24d58c1907512 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2025-09-18 15:13:26 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2025-10-04 19:34:57 +0000 pw: Remove duplicate lines from the pw useradd usage message No functional change intended. MFC after: 1 week Sponsored by: The FreeBSD Foundation Sponsored by: Klara, Inc. (cherry picked from commit 4784ca87441093328cec4e9b133608e172343f64) --- usr.sbin/pw/pw.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.sbin/pw/pw.c b/usr.sbin/pw/pw.c index a4c95258f3bb..fc778b16c7e5 100644 --- a/usr.sbin/pw/pw.c +++ b/usr.sbin/pw/pw.c @@ -257,8 +257,6 @@ cmdhelp(int mode, int which) "\t-Y update NIS maps\n" "\t-N no update\n" " Setting defaults:\n" - "\t-V etcdir alternate /etc location\n" - "\t-R rootdir alternate root directory\n" "\t-D set user defaults\n" "\t-b dir default home root dir\n" "\t-e period default expiry period\n"