IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4907


Ignore:
Timestamp:
Aug 30, 2005, 2:26:59 PM (21 years ago)
Author:
jhoblitt
Message:

indicate that options are not required if environment is configured

Location:
trunk
Files:
2 edited

Legend:

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

    r4905 r4907  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: neb-initdb,v 1.3 2005-08-31 00:05:05 jhoblitt Exp $
     5# $Id: neb-initdb,v 1.4 2005-08-31 00:26:59 jhoblitt Exp $
    66
    77use strict;
     
    7070=head1 SYNOPSIS
    7171
    72     neb-initdb --db <database> --user <username> --pass <password>
     72    neb-initdb [--db <database>] [--user <username>] [--pass <password>]
    7373
    7474=head1 DESCRIPTION
     
    8686Name of database (C<namespace>) to create tables in.
    8787
     88Optional if the appropriate environment variable is set.
     89
    8890=item * --user|-u <username>
    8991
    9092Username to authenticate with.
    9193
     94Optional if the appropriate environment variable is set.
     95
    9296=item * --pass|-p <password>
    9397
    9498Password to authenticate with.
     99
     100Optional if the appropriate environment variable is set.
    95101
    96102=back
  • trunk/Nebulous/bin/neb-initdb

    r4905 r4907  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: neb-initdb,v 1.3 2005-08-31 00:05:05 jhoblitt Exp $
     5# $Id: neb-initdb,v 1.4 2005-08-31 00:26:59 jhoblitt Exp $
    66
    77use strict;
     
    7070=head1 SYNOPSIS
    7171
    72     neb-initdb --db <database> --user <username> --pass <password>
     72    neb-initdb [--db <database>] [--user <username>] [--pass <password>]
    7373
    7474=head1 DESCRIPTION
     
    8686Name of database (C<namespace>) to create tables in.
    8787
     88Optional if the appropriate environment variable is set.
     89
    8890=item * --user|-u <username>
    8991
    9092Username to authenticate with.
    9193
     94Optional if the appropriate environment variable is set.
     95
    9296=item * --pass|-p <password>
    9397
    9498Password to authenticate with.
     99
     100Optional if the appropriate environment variable is set.
    95101
    96102=back
Note: See TracChangeset for help on using the changeset viewer.