From 42e77eb7ba24d2b7ebd47fadbc9240dc4520a5d6 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 29 Jan 2015 08:56:34 -0700 Subject: Minor tweak to some display text. --- src/options.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/options.cpp b/src/options.cpp index d88df3b..0633c26 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -23,7 +23,8 @@ Options::Options( int argc, char *argv[] ) : addOption( Bu::slot(this, &Options::selfTest), "self-test", "Run a series of tests to ensure everything is working correctly."); addOption( Bu::slot(this, &Options::textPrimes), "text-primes", - "Generate primes in base 36 that only have digits > 9 in them."); + "Generate primes in base 36 that only have digits > 9 in them. " + "Yes, this is entirely silly and purely for entertainment."); addOption( Bu::slot(this, &Options::isPrime), 'p', "is-prime", "Tests every parameter after to see if it is prime then prints out " "the ones that are prime. Set radix first."); -- cgit v1.2.3