Browse Source

srp_load: Fix -p option

Serj Kalichev 4 months ago
parent
commit
5ea1ec9286
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/srp_load.c

+ 1 - 1
bin/srp_load.c

@@ -114,7 +114,7 @@ static void cmd_opts_free(cmd_opts_t *opts)
 
 static int cmd_opts_parse(int argc, char *argv[], cmd_opts_t *opts)
 {
-	static const char *shortopts = "hf:veu:d:";
+	static const char *shortopts = "hf:veu:d:p:";
 	static const struct option longopts[] = {
 		{"conf",		1, NULL, 'f'},
 		{"help",		0, NULL, 'h'},