cmdutils: split parse_option().
authorAnton Khirnov <anton@khirnov.net>
Sun, 10 Jun 2012 15:57:52 +0000 (17:57 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 18 Dec 2012 19:12:40 +0000 (20:12 +0100)
commita01c02bcff755a7891f777706b27452203aac71e
tree5a462c881046c534e9feff834a540fb8b1798de3
parent10bca66101b79954512cd9d8ee20c3bc4513adf3
cmdutils: split parse_option().

Separate the code that searches for the option to use and the code that
actually writes it. The writing code will be reused by the new options
parser.
cmdutils.c