Skip to content
Snippets Groups Projects
Commit 4ba5f455 authored by Aaron's avatar Aaron
Browse files

HELP: groupby -full uses first ine in group

parent 53b4d8ce
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ void groupby_help(void) {
cerr << "\t\t\t freqasc (i.e., print asc. list of values:freq)" << endl;
cerr << "\t\t\t- Default: sum" << endl << endl;
cerr << "\t-full\t\t" << "Print all columns from input file." << endl;
cerr << "\t-full\t\t" << "Print all columns from input file. The first line in the group is used." << endl;
cerr << "\t\t\tDefault: print only grouped columns." << endl << endl;
cerr << "\t-inheader\t" << "Input file has a header line - the first line will be ignored." << 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