diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2025-09-18 15:13:26 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2025-09-18 22:09:49 +0000 |
| commit | 4784ca87441093328cec4e9b133608e172343f64 (patch) | |
| tree | c8aba56f729bfc6810099d9cfff7d2d50fc653a7 | |
| parent | bf115203bb8a61bd03ba23931ff0b5bf931b7d1b (diff) | |
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.
| -rw-r--r-- | usr.sbin/pw/pw.c | 2 |
1 files changed, 0 insertions, 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" |
