diff --git a/main.js b/main.js index 60a046b..58c51c3 100644 --- a/main.js +++ b/main.js @@ -43,7 +43,7 @@ const options = yargs(hideBin(process.argv)) } }) .option('phi', { - describe: 'phi(x, a) counts the numbers <= x that are not divisible by any of the first a primes Call it by --phi x a.', + describe: 'phi(x, a) counts the numbers <= x that are not divisible by any of the first a primes. Syntax: --phi .', nargs: 2 }) .option('time', {