mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
cmd/snap: replace skip-help with empty description
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
This commit is contained in:
@@ -25,8 +25,8 @@ import (
|
||||
|
||||
type cmdRevoke struct {
|
||||
Positionals struct {
|
||||
Offer SnapAndName `positional-arg-name:"<snap>:<skill>" description:"snap offering the skill" skip-help:"true" required:"true"`
|
||||
Use SnapAndName `positional-arg-name:"<snap>:<skill slot>" description:"snap using the skill" skip-help:"true"`
|
||||
Offer SnapAndName `positional-arg-name:"<snap>:<skill>" required:"true"`
|
||||
Use SnapAndName `positional-arg-name:"<snap>:<skill slot>"`
|
||||
} `positional-args:"true"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user