Skip to content

Commit

Permalink
Fix wrong flag (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Oct 18, 2024
1 parent 37b8347 commit 4dee417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ukify.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func init() {
createUkify.Flags().StringP("output-sdboot", "", "sdboot.signed.efi", "sdboot output.")
createUkify.Flags().StringP("output-uki", "", "uki.signed.efi", "uki artifact output.")
createUkify.Flags().StringP("phases", "", "enter-initrd:leave-initrd:sysinit:ready", "phases to measure for, separated by : and in order of measurement")
createUkify.Flags().String("splash", "", "", "Path to the custom logo splash BMP file.")
createUkify.Flags().String("splash", "", "Path to the custom logo splash BMP file.")
createUkify.Flags().Bool("debug", false, "Enable debug output")

_ = createUkify.MarkFlagRequired("sd-stub-path")
Expand Down

0 comments on commit 4dee417

Please sign in to comment.