File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ $ aspect-ratio
34
34
$ aspect-ratio < width><height> [options]
35
35
36
36
options:
37
- -s specified a separator. (by default is ' :' ).
38
- --version output the current version.
37
+ -s specified a separator. (by default is ' :' ).
38
+ --version output the current version.
39
39
40
40
examples:
41
- aspect-ratio 1920 1080
42
- aspect-ratio 800 600 -s /
41
+ aspect-ratio 1920 1080
42
+ aspect-ratio 800 600 -s /
43
43
```
44
44
45
45
## License
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const cli = require('meow')({
5
5
pkg : '../package.json' ,
6
6
help : [
7
7
'Usage' ,
8
- ' $ aspect-ratio <width><height>[options]' ,
8
+ ' $ aspect-ratio <width> <height> [options]' ,
9
9
'\n options:' ,
10
10
"\t -s\t specified a separator. (by default is ':')." ,
11
11
'\t --version output the current version.' ,
You can’t perform that action at this time.
0 commit comments