mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 15:32:21 +08:00
apps/system/dhcpc: Add missing argument of fprintf.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
|
||||
static void dhcpc_showusage(FAR const char *progname, int exitcode)
|
||||
{
|
||||
fprintf(stderr, "Usage: %s <device-name>\n");
|
||||
fprintf(stderr, "Usage: %s <device-name>\n", progname);
|
||||
exit(exitcode);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user