Skip to content

Commit

Permalink
Update flag.def
Browse files Browse the repository at this point in the history
minor spacing issue and dropped info from help that never was true
  • Loading branch information
GitMensch authored and lefessan committed Jul 5, 2023
1 parent 069b56d commit afeb5ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cobc/flag.def
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ CB_FLAG (cb_flag_c_labels, 1, "gen-c-labels",
" * turned on by -g"))

CB_FLAG_ON (cb_listing_with_header, 1, "theaders",
_(" -fno-theaders suppress all headers and output of compilation\n"
" options from listing while keeping page breaks"))
_(" -fno-theaders suppress all headers from listing while keeping\n"
" page breaks"))

CB_FLAG_ON (cb_listing_with_source, 1, "tsource",
_(" -fno-tsource suppress source from listing"))
Expand All @@ -233,7 +233,7 @@ CB_FLAG (cb_listing_cmd, 1, "tcmd",
_(" -ftcmd specify command line in listing"))

CB_FLAG_ON (cb_listing_with_timestamp, 1, "ttimestamp",
_(" -fno-ttimestamp suppress timestamp in listing headers"))
_(" -fno-ttimestamp suppress timestamp in listing headers"))

CB_FLAG_NQ (1, "ttitle", CB_FLAG_GETOPT_TTITLE,
_(" -fttitle=<title> set listing title with '_' replaced by spaces;\n"
Expand Down

0 comments on commit afeb5ca

Please sign in to comment.