Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
Fixed confusing comment and help message
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekensteyn committed Sep 2, 2011
1 parent 3437d77 commit 41ecc35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stages/setvars
Expand Up @@ -32,7 +32,7 @@ XORG_MODULEPATH=/usr/lib/xorg/modules
AVAILABLE_DRIVERS=('nvidia' 'nouveau')
# A list of drivers to be installed
DRIVERS=(nouveau)
# the graphics driver to be used, defaults to nvidia
# the graphics driver to be used, defaults to the last driver in $DRIVERS
DRIVER=${DRIVERS[${#DRIVERS[@]}-1]}

# The version to be installed
Expand Down Expand Up @@ -226,7 +226,7 @@ Usage: $0 [options]
--driver=DRIVERS
--driver DRIVERS
DRIVERS is a comma-separated list of drivers to be installed. The last
specified driver will be the default driver. Values values are nvidia and
specified driver will be the default driver. Valid values are nvidia and
nouveau, if not specified, nouveau is assumed.
--bindir=DIR
Expand Down

0 comments on commit 41ecc35

Please sign in to comment.