cmd/snap: replace skip-help with empty description

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
This commit is contained in:
Zygmunt Krynicki
2016-02-12 15:54:58 +01:00
parent 95568312c4
commit 23a64e688e

View File

@@ -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"`
}