We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0490e07 commit 08c7201Copy full SHA for 08c7201
1 file changed
commands/commands.go
@@ -113,7 +113,7 @@ func CmdDelete(c *cli.Context) error {
113
114
err := api.DoDelete(c, friendlyID, token)
115
if err != nil {
116
- return cli.NewExitError(fmt.Sprintf("Couldn't delete remote copy: %v", err), 1)
+ return cli.NewExitError(fmt.Sprintf("Couldn't delete post: %v", err), 1)
117
}
118
119
// TODO: Delete local file, if necessary
0 commit comments