Skip to content

Commit 9b0a936

Browse files
committed
mctp-req: Fix ifindex in usage message
Signed-off-by: Matt Johnston <[email protected]>
1 parent 598812a commit 9b0a936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mctp-req.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ static int mctp_req(unsigned int net, mctp_eid_t eid,
123123

124124
static void usage(void)
125125
{
126-
fprintf(stderr, "mctp-req [eid <eid>] [net <net>] [if <ifindex> lladdr <hwaddr>] [len <len>]\n");
126+
fprintf(stderr, "mctp-req [eid <eid>] [net <net>] [ifindex <ifindex> lladdr <hwaddr>] [len <len>]\n");
127127
fprintf(stderr, "default eid %d net %d len %zd\n",
128128
DEFAULT_EID, DEFAULT_NET, DEFAULT_LEN);
129129
}

0 commit comments

Comments
 (0)