IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20156


Ignore:
Timestamp:
Oct 14, 2008, 3:57:10 PM (18 years ago)
Author:
jhoblitt
Message:

speling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/bin/neb-voladm

    r20155 r20156  
    33# Copyright (C) 2008  Joshua Hoblitt
    44#
    5 # $Id: neb-voladm,v 1.4 2008-10-15 01:56:00 jhoblitt Exp $
     5# $Id: neb-voladm,v 1.5 2008-10-15 01:57:10 jhoblitt Exp $
    66
    77use strict;
     
    5757# are we listing the volumes or updating?
    5858if (defined $allocate or defined $available or defined $xattr) {
    59     pod2usage( -msg => "Options: --allocate, --avaiable, and --xattr Require options --vhost or --vname", -exitval => 2 )
     59    pod2usage( -msg => "Options: --allocate, --available, and --xattr Require options --vhost or --vname", -exitval => 2 )
    6060        unless defined $vhost or defined $vname;
    61     pod2usage( -msg => "Options: --allocate, --avaiable, and --xattr Must be 0 or 1", -exitval => 2)
     61    pod2usage( -msg => "Options: --allocate, --available, and --xattr Must be 0 or 1", -exitval => 2)
    6262        if (defined $allocate and $allocate !~ m/^[01]$/)
    6363        or (defined $available and $available !~ m/^[01]$/)
Note: See TracChangeset for help on using the changeset viewer.