pixiecore/cli: fix CLI's docstring.

This commit is contained in:
David Anderson 2016-08-14 16:59:51 -07:00
parent 2a7824bf67
commit 09a8c3d87d

View File

@ -32,8 +32,6 @@ import (
var Ipxe = map[pixiecore.Firmware][]byte{} var Ipxe = map[pixiecore.Firmware][]byte{}
// CLI runs the Pixiecore commandline. // CLI runs the Pixiecore commandline.
//
// Takes a map of ipxe bootloader binaries for various architectures.
func CLI() { func CLI() {
// The ipxe firmware flags need to be set outside init(), so that // The ipxe firmware flags need to be set outside init(), so that
// the default flag value is computed appropriately based on // the default flag value is computed appropriately based on