diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-24 09:59:49 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-24 09:59:49 +0000 |
| commit | 9de01208b019d734f5dec6293d26f7039ddba9f0 (patch) | |
| tree | 255ab18c225649fc678da492a5ebef7d87306ffc /util/libreboot-utils/lib/state.c | |
| parent | cce396a1ac3786b18f2c21d80c4e65e19481510d (diff) | |
comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/lib/state.c')
| -rw-r--r-- | util/libreboot-utils/lib/state.c | 3 |
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, |
