fwctl_fetch: Add a comment describing the tool.

I meant to include this in the earlier commit adding fwctl_fetch but
forgot to amend the commit before pushing it.
This commit is contained in:
John Baldwin 2023-07-07 13:06:12 -07:00
parent 2597c45a4f
commit 1f7e357264

View File

@ -4,6 +4,12 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
/*
* Fetch the value of fwctl nodes from a guest.
*
* Usage: fwctl_fetch <node>
*/
#include <sys/param.h>
#include <err.h>
#include <fcntl.h>