Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
b3s23love committed Nov 4, 2021
1 parent eb1656e commit 3180e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <x> <a>.',
nargs: 2
})
.option('time', {
Expand Down

0 comments on commit 3180e12

Please sign in to comment.