reformat: remove extra line in CLI help

This commit is contained in:
2022-03-12 10:20:37 +01:00
parent b4b0b464bd
commit cdec834ca9
8 changed files with 1 additions and 9 deletions

View File

@ -39,7 +39,6 @@ If you want to copy a myfile.txt to the root of the app service:
And if you want to copy that file back to your current working directory locally:
abra app cp <domain> app:/myfile.txt .
`,
Action: func(c *cli.Context) error {
app := internal.ValidateApp(c)