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 | e598c3138624cfea939208fa4775d81c30ad8e6f (patch) | |
| tree | 6f6ad0e5e9ee198fe1971d53bb7696214562b2fa /adduser/adduser.perl | |
| parent | 0c9f365da25caa3b04bcfe82b70ee49aab96e619 (diff) | |
| download | pw-darwin-e598c3138624cfea939208fa4775d81c30ad8e6f.tar.gz pw-darwin-e598c3138624cfea939208fa4775d81c30ad8e6f.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 } |
