From 1c3379bf44dd7450b398b9a25d960674fe683913 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Wed, 26 Sep 2018 17:38:32 +0200 Subject: [PATCH] Fix info output alignement --- sf/sf_h5_writer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf/sf_h5_writer.cpp b/sf/sf_h5_writer.cpp index bdda4f7..e4d57f8 100644 --- a/sf/sf_h5_writer.cpp +++ b/sf/sf_h5_writer.cpp @@ -24,7 +24,7 @@ int main (int argc, char *argv[]) cout << "\tn_modules: Number of detector modules to be written." << endl; cout << "\tn_bad_modules: Number of detector modules which has more then half bad pixels" << endl; cout << "\tdetector_name: Name of the detector, data will be written as data/detector_name/ " << endl; - cout << "\frames_per_file: Default = 0. How many frames to write to one file. " << endl; + cout << "\tframes_per_file: Default = 0. How many frames to write to one file. " << endl; cout << endl; exit(-1);