Use consistent formatting.

This commit is contained in:
Nicolás A. Ortega Froysa 2022-03-03 16:46:31 +01:00
parent d2f59a6b21
commit 7c2a5e7250

View File

@ -30,7 +30,7 @@ struct Opt
{
#[structopt(short, long, help = "Print all found primes")]
verbose:bool,
#[structopt(short, long, name="FILE", help = "Import prime numbers from FILE")]
#[structopt(short, long, name = "FILE", help = "Import prime numbers from FILE")]
import:Option<PathBuf>,
#[structopt(short, long, help = "Test if n is prime instead of generation")]
test:bool,