summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-24 09:59:49 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-24 09:59:49 +0000
commit9de01208b019d734f5dec6293d26f7039ddba9f0 (patch)
tree255ab18c225649fc678da492a5ebef7d87306ffc
parentcce396a1ac3786b18f2c21d80c4e65e19481510d (diff)
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--util/libreboot-utils/lib/state.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/libreboot-utils/lib/state.c b/util/libreboot-utils/lib/state.c
index b7701f0d..c2040144 100644
--- a/util/libreboot-utils/lib/state.c
+++ b/util/libreboot-utils/lib/state.c
@@ -28,8 +28,9 @@ xstart(int argc, char *argv[])
static int first_run = 1;
static struct xstate us = {
- /* DO NOT MESS THIS UP, OR THERE WILL BE DEMONS */
{
+ /* be careful when modifying xstate. you
+ * must set everything precisely */
{
CMD_DUMP, "dump", cmd_helper_dump, ARGC_3,
ARG_NOPART,