diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-12-23 00:10:22 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-12-23 00:10:22 +0000 |
| commit | 366824126a6a627eb32bc2648401ef66c288a98e (patch) | |
| tree | f64d4b68693dd9d17f4ba123a081280a8a9193ee /adduser/adduser.perl | |
| parent | ecd99f44c4d804b6066da1e3600597cb0193e3ec (diff) | |
| download | pw-darwin-366824126a6a627eb32bc2648401ef66c288a98e.tar.gz pw-darwin-366824126a6a627eb32bc2648401ef66c288a98e.zip | |
Minor style fixes.
I also renamed the adduser "-quit" option to "-quiet", since
it is supposed to be the same as the -s/-silent option,
and -quit must have beena typo.
Diffstat (limited to 'adduser/adduser.perl')
| -rw-r--r-- | adduser/adduser.perl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/adduser/adduser.perl b/adduser/adduser.perl index 7c5cd98..1ff397d 100644 --- a/adduser/adduser.perl +++ b/adduser/adduser.perl @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: adduser.perl,v 1.21 1996/11/27 22:04:55 ache Exp $ +# $Id: adduser.perl,v 1.22 1996/12/07 21:25:12 ache Exp $ # read variables @@ -789,7 +789,7 @@ usage: adduser [-message message_file] [-noconfig] [-shell shell] - [-s|-silent|-q|-quit] + [-s|-silent|-q|-quiet] [-uid uid_start] [-v|-verbose] @@ -854,7 +854,7 @@ sub parse_arguments { shift @argv; last if /^--$/; if (/^--?(v|verbose)$/) { $verbose = 1 } - elsif (/^--?(s|silent|q|quit)$/) { $verbose = 0 } + elsif (/^--?(s|silent|q|quiet)$/) { $verbose = 0 } elsif (/^--?(debug)$/) { $verbose = 2 } elsif (/^--?(h|help|\?)$/) { &usage } elsif (/^--?(home)$/) { $home = $argv[0]; shift @argv } |
