mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
better flag help
This commit is contained in:
parent
00e3781049
commit
508a9d14ee
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue