better flag help

This commit is contained in:
Daylin Morgan 2024-06-20 16:03:38 -05:00
parent 00e3781049
commit 508a9d14ee
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -15,5 +15,5 @@ var buildCmd = &cobra.Command{
func init() {
rootCmd.AddCommand(buildCmd)
buildCmd.Flags().BoolVar(&nom, "nom", false, "display result with nom")
buildCmd.Flags().BoolVar(&systemPath, "system-path", false, "show system-path drv")
buildCmd.Flags().BoolVar(&systemPath, "system-path", false, "build system path derivation")
}