--- /dev/null
+Description: shortened gPrintSeparator for nicer help2man output
+Author: IOhannes m zmoelnig <zmoelnig@iem.at>
+
+--- jacktrip.orig/src/jacktrip_globals.h
++++ jacktrip/src/jacktrip_globals.h
+@@ -70,7 +70,7 @@
+ //*******************************************************************************
+ /// \name Separator for terminal printing
+ //@{
+-const char* const gPrintSeparator = "---------------------------------------------------------";
++const char* const gPrintSeparator = "";
+ //@}
+
+
+--- jacktrip.orig/src/Settings.cpp
++++ jacktrip/src/Settings.cpp
+@@ -247,7 +247,7 @@
+ cout << "Copyright (c) 2008-2009 Juan-Pablo Caceres, Chris Chafe." << endl;
+ cout << "SoundWIRE group at CCRMA, Stanford University" << endl;
+ cout << "VERSION: " << gVersion << endl;
+- cout << "-----------------------------------------------------------------------------" << endl;
++ cout << gPrintSeparator << endl;
+ cout << "" << endl;
+ cout << "Usage: jacktrip [-s|-c host] [options]" << endl;
+ cout << "" << endl;