mirror of
https://github.com/MeexReay/poshlostios.git
synced 2025-06-24 10:32:59 +03:00
woman fix args length
This commit is contained in:
parent
8bf7fdb68b
commit
b0f9d89436
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
async function main(args) {
|
async function main(args) {
|
||||||
if (args.length != 1) {
|
if (args.length != 2) {
|
||||||
writeStdout(`Использование: woman <статья>
|
writeStdout(`Использование: woman <статья>
|
||||||
|
|
||||||
Статьи:
|
Статьи:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user