IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20160


Ignore:
Timestamp:
Oct 14, 2008, 4:13:56 PM (18 years ago)
Author:
jhoblitt
Message:

doc tweak

File:
1 edited

Legend:

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

    r20156 r20160  
    33# Copyright (C) 2008  Joshua Hoblitt
    44#
    5 # $Id: neb-voladm,v 1.5 2008-10-15 01:57:10 jhoblitt Exp $
     5# $Id: neb-voladm,v 1.6 2008-10-15 02:13:56 jhoblitt Exp $
    66
    77use strict;
     
    124124    neb-addvol [--vname <volume name>] [--vhost <volume host>]
    125125    [--allocate <0|1>] [--available <0|1>] [--xattr <0|1>]
    126     [--host <db host> ] [--db <db name>] [--user <username>] [--pass <password>]
     126    [--host <database host> ] [--db <database name>]
     127    [--user <database username>] [--pass <database password>]
    127128
    128129=head1 DESCRIPTION
     
    158159Requires either the C<--vname> or c<--vhost> options.
    159160
    160 =item * --db|-d <db name>
     161=item * --db|-d <database name>
    161162
    162163Name of database (C<namespace>) to create tables in.
     
    164165Optional if the appropriate environment variable is set.
    165166
    166 =item * --host <db host>
     167=item * --host <database host>
    167168
    168169Host name where the database resides.
     
    170171Defaults to C<localhost>.
    171172
    172 =item * --user|-u <username>
     173=item * --user|-u <database username>
    173174
    174175Username to authenticate with.
     
    176177Optional if the appropriate environment variable is set.
    177178
    178 =item * --pass|-p <password>
     179=item * --pass|-p <database password>
    179180
    180181Password to authenticate with.
Note: See TracChangeset for help on using the changeset viewer.