Skip to content

Commit

Permalink
Update u-root.go
Browse files Browse the repository at this point in the history
Signed-off-by: a <[email protected]>
  • Loading branch information
elee1766 authored and rminnich committed Jun 21, 2023
1 parent 97bd852 commit 64837db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion u-root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 64837db

Please sign in to comment.