asb / raspi-config

Configuration tool for the Raspberry Pi. Now maintained at https://github.com/RPi-Distro/raspi-config
Other
263 stars 328 forks source link

Comment Error #37

Open MichaelJWells opened 10 years ago

MichaelJWells commented 10 years ago

Since an error in comments is probably not a 'bug' I will put it here ...

The following comment line is obviously in error. raspi-config Line 153 # $1 is 0 to disable overscan, 1 to disable it

As per the code that follows it, the comment should read:

$1 is 0 to disable overscan, 1 to enable overscan.

Michael J Wells