fix usage string missing arg
[vpp.git] / src / tests / vnet / session / tcp_echo.c
index e8868ed..9329189 100644 (file)
@@ -1439,7 +1439,7 @@ main (int argc, char **argv)
        ;
       else
        {
-         fformat (stderr, "%s: usage [master|slave]\n");
+         fformat (stderr, "%s: usage [master|slave]\n", argv[0]);
          exit (1);
        }
     }