Keeping in mind that # is a comment only, wouldn't it be better to have the comment contain hashing speed and expected watts?
Doesn't something like this
#option 'freq_value' '1406' #513GH/s 420W
#option 'chip_freq' '256.25'
#option 'timeout' '15'
end up being more useful than a comment with the frequency, when its listed under chip_freq already?
#option 'freq_value' '1406' #256.25M
#option 'chip_freq' '256.25'
#option 'timeout' '15'
Comments should be useful, right?