Skip to content
Snippets Groups Projects
Commit 2483b5d5 authored by Aaron's avatar Aaron
Browse files

correct bt random's help

parent a3c9136d
No related branches found
No related tags found
No related merge requests found
......@@ -122,10 +122,6 @@ void random_help(void) {
cerr << "\t\t- Default = 1,000,000." << endl;
cerr << "\t\t- (INTEGER)" << endl << endl;
cerr << "\t-n\t" << "Supply an integer seed for the shuffling." << endl;
cerr << "\t\t- By default, the seed is chosen automatically." << endl;
cerr << "\t\t- (INTEGER)" << endl << endl;
cerr << "\t-seed\t" << "Supply an integer seed for the shuffling." << endl;
cerr << "\t\t- By default, the seed is chosen automatically." << endl;
cerr << "\t\t- (INTEGER)" << endl << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment