Skip to content

Commit

Permalink
Fix indentation in gitdist help output
Browse files Browse the repository at this point in the history
Build/Test Cases Summary
Enabled Packages:
Enabled all Packages
0) MPI_DEBUG => passed: passed=246,notpassed=0 (0.60 min)
1) SERIAL_RELEASE => passed: passed=246,notpassed=0 (0.67 min)
2) MPI_DEBUG_CMAKE-3.6.2 => passed: passed=265,notpassed=0 (0.66 min)
3) SERIAL_RELEASE_CMAKE-3.6.2 => passed: passed=265,notpassed=0 (0.59 min)
  • Loading branch information
bartlettroscoe committed Jul 18, 2017
1 parent 1a1d265 commit 50a739a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tribits/python_utils/gitdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,11 +593,11 @@ def getHelpTopicsStr():
there are even 100s of git repos.
- As an exception to the last item, a few different types of git commands
tend to be run on all the git repos like 'gitdist pull', 'gitdist
checkout', and 'gitdist tag'.
tend to be run on all the git repos like 'gitdist pull', 'gitdist
checkout', and 'gitdist tag'.
- If one is not sure whether to run 'gitdist' or 'gitdist-mod', then just
run 'gitdist' to be safe.
- If one is not sure whether to run 'gitdist' or 'gitdist-mod', then just
run 'gitdist' to be safe.
"""
helpTopicsDict.update( { 'usage-tips' : usageTipsHelp } )

Expand Down

0 comments on commit 50a739a

Please sign in to comment.