From c5d1e72d183279cb2ee1d8443b3c9a0857fd991e Mon Sep 17 00:00:00 2001
From: arq5x <arq5x@virginia.edu>
Date: Thu, 17 Apr 2014 13:08:25 -0400
Subject: [PATCH] cleanup KeyListOps help formatting

---
 src/utils/KeyListOps/KeyListOps.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/utils/KeyListOps/KeyListOps.cpp b/src/utils/KeyListOps/KeyListOps.cpp
index a3b25131..4a8ec614 100644
--- a/src/utils/KeyListOps/KeyListOps.cpp
+++ b/src/utils/KeyListOps/KeyListOps.cpp
@@ -382,11 +382,11 @@ void KeyListOpsHelp() {
 
     cerr						<< "\t\tIf there is only column, but multiple operations, all operations will be" << endl;
     cerr						<< "\t\tapplied on that column. Likewise, if there is only one operation, but" << endl;
-    cerr						<< "multiple columns, that operation will be applied to all columns." << endl;
+    cerr						<< "\t\tmultiple columns, that operation will be applied to all columns." << endl;
     cerr						<< "\t\tOtherwise, the number of columns must match the the number of operations," << endl;
-    cerr						<< "and will be applied in respective order." << endl;
+    cerr						<< "\t\tand will be applied in respective order." << endl;
     cerr						<< "\t\tE.g., \"-c 5,4,6 -o sum,mean,count\" will give the sum of column 5," << endl;
-    cerr						<< "the mean of column 4, and the count of column 6." << endl;
+    cerr						<< "\t\tthe mean of column 4, and the count of column 6." << endl;
     cerr						<< "\t\tThe order of output columns will match the ordering given in the command." << endl << endl<<endl;
 
     cerr << "\t-delim\t"                 << "Specify a custom delimiter for the collapse operations." << endl;
-- 
GitLab