Set goal for v1.0

This commit is contained in:
Nicolás A. Ortega 2016-12-14 22:26:43 +01:00
parent af79d206d3
commit 2629c12f1a
No known key found for this signature in database
GPG Key ID: 614272579C2070D1
2 changed files with 2 additions and 1 deletions

View File

@ -27,3 +27,4 @@ Change Log
- Allow user to choose base in which the prime numbers are printed.
- Give option for primes to be saved to a file upon exit.
- Free memory and leave instead of emergency exit.
- v1.0: Parallel Computing

View File

@ -56,7 +56,7 @@ int main(int argc, char *argv[]) {
puts(" -h print this help information");
puts(" -v print version number of program");
puts(" -q quiet mode");
puts(" -b <base> base in which to print primes between 2 and 62");
puts(" -b <base> base in which to print primes between 2 and 62 (default 10)");
puts(" -f <file> file to save primes to");
return 0;
} else if(f_version) {