The branch main has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=4784ca87441093328cec4e9b133608e172343f64

commit 4784ca87441093328cec4e9b133608e172343f64
Author:     Mark Johnston <[email protected]>
AuthorDate: 2025-09-18 15:13:26 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2025-09-18 22:09:49 +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.
---
 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"

Reply via email to