client: Factor out config command
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Tue, 19 Feb 2013 13:29:04 +0000 (15:29 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 21 Feb 2013 14:22:43 +0000 (16:22 +0200)
commitf202a4077784993daed840a3fcf4e4e4223dc728
tree7594a6bfbdc476a18576933c872dcbd566b6e6df
parent5b15d266c4c89bcb677509d3e72c1d74e9eca969
client: Factor out config command

Using the lengths returned from the property setting functions more than
one config option can be specified on the command line. Use the simple
argument parsing function as getopt is slightly limited in functionality.
client/commands.c