longopt minor fix

This commit is contained in:
taiyu 2015-08-25 16:39:05 -07:00
parent 10eb58667b
commit e121258426
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ int main(int argc, char **argv) {
{"version", no_argument, NULL, 'v'},
{"verbose", no_argument, &verbose, 1},
{"get-socketpath", no_argument, NULL, 'p'},
{0,0,0,0}
};
/* Signal handling */