Make message more correct
This commit is contained in:
parent
4548c16fe0
commit
d0d72873f2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ func YesNoEXT(msg string) string {
|
||||||
menu := gocliselect.NewMenu(msg)
|
menu := gocliselect.NewMenu(msg)
|
||||||
menu.AddItem("Yes", "y")
|
menu.AddItem("Yes", "y")
|
||||||
menu.AddItem("No", "n")
|
menu.AddItem("No", "n")
|
||||||
menu.AddItem("ADVANCED: View with extended related search by vendor ID, results will be inaccurate", "ext")
|
menu.AddItem("ADVANCED: View with extended related search by vendor ID, devices listed might not be related", "ext")
|
||||||
|
|
||||||
// Display the menu
|
// Display the menu
|
||||||
choice := menu.Display()
|
choice := menu.Display()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue