fix: show app arg

This commit is contained in:
decentral1se 2022-01-02 15:19:40 +01:00
parent 0b46909961
commit c69a3c23c5
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ interface.
Passing "--force" will select all volumes for removal. Be careful. Passing "--force" will select all volumes for removal. Be careful.
`, `,
Aliases: []string{"rm"}, ArgsUsage: "<app>",
Aliases: []string{"rm"},
Flags: []cli.Flag{ Flags: []cli.Flag{
internal.ForceFlag, internal.ForceFlag,
}, },