Skip to content

Commit

Permalink
fix whitespace and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarshak committed May 24, 2023
1 parent 86894e1 commit 73a77fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions isce2_topsapp/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,9 @@ def main():
parser.add_argument(
"++omp-num-threads",
type=int,
help=("The number of OpenMP threads to use for parallel processing; "
"when running locally, this routine will utilize all resources; "
"suggest to use 8 to 16 so other processes can running locally.")
help=("The number of OpenMP threads to use for parallel processing in ISCE2 routines; "
"when running locally, this topsapp will utilize all resources, which is not recommended; "
"suggest to set this option to 8 - 16 so other processes on server/workstation can running.")
)

args, unknowns = parser.parse_known_args()
Expand Down

0 comments on commit 73a77fa

Please sign in to comment.