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
|
stretch: true
|
||||||
};
|
};
|
||||||
|
|
||||||
static description = "Stretches an image to a 4:3 aspect ratio";
|
static description = "Stretches an image to a 1:1 aspect ratio";
|
||||||
static aliases = ["aspect", "ratio", "aspect43", "43"];
|
static aliases = ["aspect", "ratio", "aspect11", "11"];
|
||||||
|
|
||||||
static noImage = "You need to provide an image/GIF to stretch!";
|
static noImage = "You need to provide an image/GIF to stretch!";
|
||||||
static command = "resize";
|
static command = "resize";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue