Changeset 1158 in ProjectBuilder


Ignore:
Timestamp:
Jan 14, 2011, 12:35:40 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Fix -nogrephic option name
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1156 r1158  
    8080pb [-vhSq][-r pbroot][-p project][[-s script -a account -P port][-t os-ver-arch][-m os-ver-arch[,...]]][-g][-i iso] <action> [<pkg1> ...]
    8181
    82 pb [--verbose][--help][--man][--quiet][--snapshot][--revision pbroot][--project project][[--script script --account account --port port][--target os-ver-arch][--machine os-ver-arch[,...]]][--nographics][--iso iso] <action> [<pkg1> ...]
     82pb [--verbose][--help][--man][--quiet][--snapshot][--revision pbroot][--project project][[--script script --account account --port port][--target os-ver-arch][--machine os-ver-arch[,...]]][--nographic][--iso iso] <action> [<pkg1> ...]
    8383
    8484=head1 OPTIONS
     
    120120Name of the script you want to execute on the related VMs or VEs.
    121121
    122 =item B<-g|--nographics>
     122=item B<-g|--nographic>
    123123
    124124Do not launch VMs in graphical mode.
     
    432432        "machines|mock|m=s" => \$opts{'m'},
    433433        "target|t=s" => \$opts{'t'},
    434         "nographics|g" => \$opts{'g'},
     434        "nographic|g" => \$opts{'g'},
    435435        "port|P=i" => \$opts{'P'},
    436436        "project|p=s" => \$opts{'p'},
     
    19291929        if (defined $opts{'g'}) {
    19301930            if (($vmtype eq "kvm") || ($vmtype eq "qemu")) {
    1931                 $ENV{'PBVMOPT'} = "--nographics";
     1931                $ENV{'PBVMOPT'} = "--nographic";
    19321932            }
    19331933        }
Note: See TracChangeset for help on using the changeset viewer.