diff options
author | dd <dd@FreeBSD.org> | 2002-04-05 08:39:31 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-04-05 08:39:31 +0000 |
commit | 63c3074b59b902b778c56bdebf43469d5a04443b (patch) | |
tree | 3d6646797bb76e8059d7a545dac25983b69172f3 /usr.sbin | |
parent | c48c9a8ae4418c0b74601c67561e610e81fe0f38 (diff) | |
download | FreeBSD-src-63c3074b59b902b778c56bdebf43469d5a04443b.zip FreeBSD-src-63c3074b59b902b778c56bdebf43469d5a04443b.tar.gz |
In the words of the submitter:
This patch explains -F for usershow and groupshow. Because "groupmod
... -F" doesn't do anything, the patch also drops that from groupmod's
command line args.
PR: 35955
Submitted by: Mike DeGraw-Bertsch <mbertsch@radioactivedata.org>
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pw/pw.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/pw/pw.8 b/usr.sbin/pw/pw.8 index e90f962..c3082af 100644 --- a/usr.sbin/pw/pw.8 +++ b/usr.sbin/pw/pw.8 @@ -146,7 +146,6 @@ .Op group|gid .Op Fl C Ar config .Op Fl q -.Op Fl F .Op Fl n Ar name .Op Fl g Ar gid .Op Fl l Ar name @@ -688,6 +687,11 @@ option is used, the account details are shown in v7 format. The .Fl a option lists all users currently on file. +Using +.Fl F +forces +.Nm +to print the details of an account even if it does not exist. .Pp The command .Ar usernext |