Warn if default value is given for string option without value
authorJens Axboe <jens.axboe@oracle.com>
Tue, 20 Mar 2007 13:28:34 +0000 (14:28 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 20 Mar 2007 13:28:34 +0000 (14:28 +0100)
commit0f3e35efd9f63ad1a504a7d09fdf12bb3ece13f9
treed9d92749b33761f56300a07968179614540220a3
parentb3d62a759a58bfce1822787874ea6ec8d2a0cb7f
Warn if default value is given for string option without value

That would not make sense, as the option would then always be set
and there would be no way to unset it.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
parse.c