Skip to content

Commit 3dea46d

Browse files
Use align_center_with_border helper in goto-instrument
1 parent 75bd68f commit 3dea46d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/goto-instrument/goto_instrument_parse_options.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1557,10 +1557,10 @@ void goto_instrument_parse_optionst::help()
15571557
{
15581558
// clang-format off
15591559
std::cout << '\n' << banner_string("Goto-Instrument", CBMC_VERSION) << '\n'
1560+
<< align_center_with_border("Copyright (C) 2008-2013") << '\n'
1561+
<< align_center_with_border("Daniel Kroening") << '\n'
1562+
<< align_center_with_border("[email protected]") << '\n'
15601563
<<
1561-
"* * Copyright (C) 2008-2013 * *\n"
1562-
"* * Daniel Kroening * *\n"
1563-
"* * [email protected] * *\n"
15641564
"\n"
15651565
"Usage: Purpose:\n"
15661566
"\n"

0 commit comments

Comments
 (0)