Bläddra i källkod

srp_load: Fix -p option

Serj Kalichev 5 månader sedan
förälder
incheckning
5ea1ec9286
1 ändrade filer med 1 tillägg och 1 borttagningar
  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'},