cli: revamp option syntax

for device (-d) and format (-f), the syntax is:

  <thing>:key=value:key2=value2
This commit is contained in:
Bert Vermeulen 2011-01-23 04:58:32 +01:00
parent cdbc51d97d
commit 47697369b5
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ typedef int (*receive_data_callback) (int fd, int revents, void *user_data);
enum {
T_UINT64,
T_CHAR,
T_NULL,
};
enum {