Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Commit

Permalink
Removed the = sign in the help message to indicate they are not neede…
Browse files Browse the repository at this point in the history
…d, second
  • Loading branch information
rgknox committed Jan 19, 2018
1 parent fc2a774 commit bff72c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/FatesPFTIndexSwapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@ def usage():
print(' print this help message')
print('')
print('')
print(' --pft-indices=<integer positions ie 1,1,2,3,5,7>')
print(' --pft-indices <integer positions ie 1,1,2,3,5,7>')
print(' This is a comma delimited list of integer positions of the PFTs')
print(' to be copied into the new file. Note that first pft position')
print(' is treated as 1 (not C or python like), and any order or multiples')
print(' of indices can be chosen')
print('')
print('')
print(' --fin=<netcdf-file-in>')
print(' --fin <netcdf-file-in>')
print(' This is the full path to the netcdf file you are basing off of')
print('')
print('')
print(' --fout=<netcdf-file-out>')
print(' --fout <netcdf-file-out>')
print(' This is the full path to the netcdf file you are writing to.')
print('')
print('')
Expand Down

0 comments on commit bff72c4

Please sign in to comment.