File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ import (
1818func NewAssistCommand () * cobra.Command {
1919 var command = & cobra.Command {
2020 Use : "assist" ,
21- Short : "GPU and acceleration related utilities" ,
22- Long : `GPU and acceleration related utilities for container runtime environments
21+ Short : "Assist-AI related utilities" ,
22+ Long : `Assist-AI related utilities for container runtime environments
2323
2424Available Commands:
2525 check Check GPU support in container runtime
Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ func TestNewAssistCommand(t *testing.T) {
102102
103103 assert .NotNil (t , cmd )
104104 assert .Equal (t , "assist" , cmd .Use )
105- assert .Contains (t , cmd .Short , "GPU and acceleration " )
106- assert .Contains (t , cmd .Long , "GPU and acceleration related utilities" )
105+ assert .Contains (t , cmd .Short , "Assist-AI related utilities " )
106+ assert .Contains (t , cmd .Long , "Assist-AI related utilities" )
107107
108108 // Test that GPU auto-detection is enabled (no manual GPU flags needed)
109109 assert .NotNil (t , cmd .PersistentFlags ().Lookup ("no-gpu" ))
You can’t perform that action at this time.
0 commit comments