Merge "Fuchsia GN build file"
diff --git a/src/wsman.c b/src/wsman.c
index 0edef89..f42dd34 100644
--- a/src/wsman.c
+++ b/src/wsman.c
@@ -224,7 +224,7 @@
 		{"prop", 'k', U_OPTION_ARG_STRING_ARRAY, &properties,
 			"Properties with key value pairs (For 'put', 'invoke' and 'create')",
 			"<key=val>"},
-		{"option", NULL, U_OPTION_ARG_STRING_ARRAY, &option_set_values,
+               {"option", 0, U_OPTION_ARG_STRING_ARRAY, &option_set_values,
 			"Option with key value pair for OptionSet (For 'put', 'invoke' and 'create')",
 			"<key=val>"},
 		{"config-file", 'C', U_OPTION_ARG_STRING, &config_file,