Make help message for &stretch accurate to the aspect ratio it applies (#284)
This commit is contained in:
parent
9ff41267e9
commit
f6f9091467
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ class StretchCommand extends ImageCommand {
|
|||
stretch: true
|
||||
};
|
||||
|
||||
static description = "Stretches an image to a 4:3 aspect ratio";
|
||||
static aliases = ["aspect", "ratio", "aspect43", "43"];
|
||||
static description = "Stretches an image to a 1:1 aspect ratio";
|
||||
static aliases = ["aspect", "ratio", "aspect11", "11"];
|
||||
|
||||
static noImage = "You need to provide an image/GIF to stretch!";
|
||||
static command = "resize";
|
||||
|
|
Loading…
Reference in a new issue