From aef7b7c5ff902e04f0baf7b8cd267802d38a6cb9 Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Wed, 29 Mar 2017 17:40:00 +0200 Subject: [PATCH] fix line break in usage print for dumpBfield --- UtilityApps/src/dumpBfield.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UtilityApps/src/dumpBfield.cpp b/UtilityApps/src/dumpBfield.cpp index 0d5b6f0dc..1422de9c6 100644 --- a/UtilityApps/src/dumpBfield.cpp +++ b/UtilityApps/src/dumpBfield.cpp @@ -29,7 +29,7 @@ using namespace DD4hep::Geometry; static int invoke_dump_B_field(int argc, char** argv ){ if( argc != 8 ) { - std::cout << " usage: dumpBfield compact.xml x y z dx dy dz [in cm]" + std::cout << " usage: dumpBfield compact.xml x y z dx dy dz [in cm]" << std::endl << " will dump the B-field in volume [-x:x,-y:y,-z,z] with steps [dx,dy,dz] " << std::endl ; -- GitLab