From 7eee7d4832ffbf0161f51a8c03161b6b620d05d6 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Tue, 17 Oct 2017 16:05:59 +0300 Subject: [PATCH] Rename `pixiecore quick netboot` into `pixiecore quick xyz` This places the option below OS specific installers and makes the command explicit. --- pixiecore/cli/quickcmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixiecore/cli/quickcmd.go b/pixiecore/cli/quickcmd.go index e13c8d2..1e5c0b3 100644 --- a/pixiecore/cli/quickcmd.go +++ b/pixiecore/cli/quickcmd.go @@ -272,7 +272,7 @@ func archRecipe(parent *cobra.Command) { func netbootRecipe(parent *cobra.Command) { var netbootCmd = &cobra.Command{ - Use: "netboot", + Use: "xyz", Short: "Boot a netboot.xyz installer", Long: `https://network.xyz allows to boot multiple operating systems and useful system utilities.`,