Skip to content

Commit

Permalink
improve description of ccsid parm of cvtsrcpf
Browse files Browse the repository at this point in the history
Signed-off-by: edmundreinhardt <[email protected]>
  • Loading branch information
edmundreinhardt committed Oct 3, 2022
1 parent 0b52012 commit ef35f0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/makei
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
""" The CLI entry for BOB"""

import argparse
from email.policy import default
import json
import os
from pathlib import Path
Expand Down Expand Up @@ -168,7 +167,7 @@ def add_cvtsrcpf_parser(subparsers: argparse.ArgumentParser):
cvtsrcpf_parser.add_argument(
"-c",
"--ccsid",
help='The TGTCCSID for the build. If not specified, then the CCSID of the SRC-PF will be used.',
help='The target EBCDIC CCSID that the source in this directory should be compiled with. If not specified, then the CCSID of the SRC-PF being converted will be used. If that CCSID is 65535 or an invalid CCSID is encountered than the CCSID of the JOB running the build will be used.',
metavar='<ccsid>',
type=str
)
Expand Down

0 comments on commit ef35f0c

Please sign in to comment.