From 64837db2798af849583227414ebef8fd42f96233 Mon Sep 17 00:00:00 2001 From: a Date: Sat, 17 Jun 2023 13:28:55 -0500 Subject: [PATCH] Update u-root.go Signed-off-by: a --- u-root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-root.go b/u-root.go index 9a4ab37917..2d18274e8a 100644 --- a/u-root.go +++ b/u-root.go @@ -86,7 +86,7 @@ func init() { noCommands = flag.Bool("nocmd", false, "Build no Go commands; initramfs only") - flag.Var(&extraFiles, "files", "Additional files, directories, and binaries (with their ldd dependencies) to add to archive. Can be speficified multiple times.") + flag.Var(&extraFiles, "files", "Additional files, directories, and binaries (with their ldd dependencies) to add to archive. Can be specified multiple times.") shellbang = flag.Bool("shellbang", false, "Use #! instead of symlinks for busybox")