Change help information for num option.

This commit is contained in:
2025-12-05 15:47:31 +01:00
parent c0f3f730ae
commit 3a4a5c8849

View File

@@ -31,7 +31,7 @@ struct Opt {
import:Option<PathBuf>,
#[structopt(short, long, help = "Test if num is prime instead of generation")]
test:bool,
#[structopt(help = "Ordinal of the prime to generate or number to test for primality")]
#[structopt(help = "Max of the prime to generate or number to test for primality")]
num:u64,
#[structopt(short, long, name = "n", default_value = "1", help = "Number of threads to spawn")]
jobs:u64,