Changeset 4907
- Timestamp:
- Aug 30, 2005, 2:26:59 PM (21 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Nebulous-Server/bin/neb-initdb (modified) (3 diffs)
-
Nebulous/bin/neb-initdb (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/bin/neb-initdb
r4905 r4907 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: neb-initdb,v 1. 3 2005-08-31 00:05:05jhoblitt Exp $5 # $Id: neb-initdb,v 1.4 2005-08-31 00:26:59 jhoblitt Exp $ 6 6 7 7 use strict; … … 70 70 =head1 SYNOPSIS 71 71 72 neb-initdb --db <database> --user <username> --pass <password>72 neb-initdb [--db <database>] [--user <username>] [--pass <password>] 73 73 74 74 =head1 DESCRIPTION … … 86 86 Name of database (C<namespace>) to create tables in. 87 87 88 Optional if the appropriate environment variable is set. 89 88 90 =item * --user|-u <username> 89 91 90 92 Username to authenticate with. 91 93 94 Optional if the appropriate environment variable is set. 95 92 96 =item * --pass|-p <password> 93 97 94 98 Password to authenticate with. 99 100 Optional if the appropriate environment variable is set. 95 101 96 102 =back -
trunk/Nebulous/bin/neb-initdb
r4905 r4907 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: neb-initdb,v 1. 3 2005-08-31 00:05:05jhoblitt Exp $5 # $Id: neb-initdb,v 1.4 2005-08-31 00:26:59 jhoblitt Exp $ 6 6 7 7 use strict; … … 70 70 =head1 SYNOPSIS 71 71 72 neb-initdb --db <database> --user <username> --pass <password>72 neb-initdb [--db <database>] [--user <username>] [--pass <password>] 73 73 74 74 =head1 DESCRIPTION … … 86 86 Name of database (C<namespace>) to create tables in. 87 87 88 Optional if the appropriate environment variable is set. 89 88 90 =item * --user|-u <username> 89 91 90 92 Username to authenticate with. 91 93 94 Optional if the appropriate environment variable is set. 95 92 96 =item * --pass|-p <password> 93 97 94 98 Password to authenticate with. 99 100 Optional if the appropriate environment variable is set. 95 101 96 102 =back
Note:
See TracChangeset
for help on using the changeset viewer.
