<p><b>@frebib</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/ipxe/ipxe/pull/96#discussion_r361844053">src/hci/commands/ifmgmt_cmd.c</a>:</p>
<pre style='color:#555'>> @@ -202,6 +204,9 @@ static struct option_descriptor ifconf_opts[] = {
        OPTION_DESC ( "configurator", 'c', required_argument,
                      struct ifconf_options, configurator,
                      parse_netdev_configurator ),
+       OPTION_DESC ( "timeout", 't', required_argument,
</pre>
<p>I chose <code>timeout</code> to stay consistent with the rest of the user commands:</p>
<pre><code>$ rg \"timeout\"
src/image/script.c
375:    OPTION_DESC ( "timeout", 't', required_argument,

src/hci/commands/sync_cmd.c
47:     OPTION_DESC ( "timeout", 't', required_argument,

src/hci/commands/ping_cmd.c
65:     OPTION_DESC ( "timeout", 't', required_argument,

src/hci/commands/menu_cmd.c
213:    OPTION_DESC ( "timeout", 't', required_argument,

src/hci/commands/image_trust_cmd.c
103:    OPTION_DESC ( "timeout", 't', required_argument,

src/hci/commands/image_cmd.c
67:             OPTION_DESC ( "timeout", 't', required_argument,```
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/ipxe/ipxe/pull/96?email_source=notifications&email_token=AAFNGVHMGVVUPEF4YSDESQLQ3CEBHA5CNFSM4IYWU5JKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQKXZSA#discussion_r361844053">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAFNGVCRBOGT65RWID2V4KLQ3CEBHANCNFSM4IYWU5JA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAFNGVAJKYAWXF5PPMGFISTQ3CEBHA5CNFSM4IYWU5JKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQKXZSA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/ipxe/ipxe/pull/96?email_source=notifications\u0026email_token=AAFNGVHMGVVUPEF4YSDESQLQ3CEBHA5CNFSM4IYWU5JKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQKXZSA#discussion_r361844053",
"url": "https://github.com/ipxe/ipxe/pull/96?email_source=notifications\u0026email_token=AAFNGVHMGVVUPEF4YSDESQLQ3CEBHA5CNFSM4IYWU5JKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQKXZSA#discussion_r361844053",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>