From e598c3138624cfea939208fa4775d81c30ad8e6f Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Mon, 23 Dec 1996 00:10:22 +0000 Subject: 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. --- adduser/adduser.perl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'adduser/adduser.perl') 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 } -- cgit v1.2.3