Diff between 6da4e6eebfc5e22e7a9df7fda95aa4d793577285 and 07858bca3c40f14fba00a74c1747485e04d0e953

Changed Files

File Additions Deletions Status
monitor/main.c +1 -1 modified

Full Patch

diff --git a/monitor/main.c b/monitor/main.c
index 90e32c5..0b8ae30 100644
--- a/monitor/main.c
+++ b/monitor/main.c
@@ -73,7 +73,7 @@ int main(int argc, char *argv[])
 	for (;;) {
 		int opt;
 
-		opt = getopt_long(argc, argv, "bvh", main_options, NULL);
+		opt = getopt_long(argc, argv, "b:vh", main_options, NULL);
 		if (opt < 0)
 			break;