Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/extract_aero_particles.F90
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ subroutine print_help()
write(*,'(a)') ''
write(*,'(a)') 'options are:'
write(*,'(a)') ' -h, --help Print this help message.'
write(*,'(a)') ' -o, --out <file> Output filename.'
write(*,'(a)') ' -o, --output <file> Output filename.'
write(*,'(a)') ''
write(*,'(a)') 'Examples:'
write(*,'(a)') ' extract_aero_particles data_0001_00000001.nc'
Expand Down
2 changes: 1 addition & 1 deletion src/extract_aero_size.F90
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ subroutine print_help()
write(*,'(a)') ' -N, --dmin <D> Minimum diameter (m).'
write(*,'(a)') ' -X, --dmax <D> Maximum diameter (m).'
write(*,'(a)') ' -b, --nbin <N> Number of size bins.'
write(*,'(a)') ' -o, --out <file> Output filename.'
write(*,'(a)') ' -o, --output <file> Output filename.'
write(*,'(a)') ''
write(*,'(a)') 'Examples:'
write(*,'(a)') ' extract_aero_size --num data_0001'
Expand Down
2 changes: 1 addition & 1 deletion src/extract_aero_time.F90
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ subroutine print_help()
write(*,'(a)') ''
write(*,'(a)') 'options are:'
write(*,'(a)') ' -h, --help Print this help message.'
write(*,'(a)') ' -o, --out <file> Output filename.'
write(*,'(a)') ' -o, --output <file> Output filename.'
write(*,'(a)') ''
write(*,'(a)') 'Examples:'
write(*,'(a)') ' extract_aero_time data_0001'
Expand Down
2 changes: 1 addition & 1 deletion src/extract_env.F90
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ subroutine print_help()
write(*,'(a)') ''
write(*,'(a)') 'options are:'
write(*,'(a)') ' -h, --help Print this help message.'
write(*,'(a)') ' -o, --out <file> Output filename.'
write(*,'(a)') ' -o, --output <file> Output filename.'
write(*,'(a)') ''
write(*,'(a)') 'Examples:'
write(*,'(a)') ' extract_env data_0001'
Expand Down
2 changes: 1 addition & 1 deletion src/extract_gas.F90
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ subroutine print_help()
write(*,'(a)') ''
write(*,'(a)') 'options are:'
write(*,'(a)') ' -h, --help Print this help message.'
write(*,'(a)') ' -o, --out <file> Output filename.'
write(*,'(a)') ' -o, --output <file> Output filename.'
write(*,'(a)') ''
write(*,'(a)') 'Examples:'
write(*,'(a)') ' extract_gas data_0001'
Expand Down
2 changes: 1 addition & 1 deletion src/extract_sectional_aero_size.F90
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ subroutine print_help()
write(*,'(a)') ' -h, --help Print this help message.'
write(*,'(a)') ' -n, --num Output number distribution.'
write(*,'(a)') ' -m, --mass Output mass distribution.'
write(*,'(a)') ' -o, --out <file> Output filename.'
write(*,'(a)') ' -o, --output <file> Output filename.'
write(*,'(a)') ''
write(*,'(a)') 'Examples:'
write(*,'(a)') ' extract_sectional_aero_size --num data_0001'
Expand Down
2 changes: 1 addition & 1 deletion src/extract_sectional_aero_time.F90
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ subroutine print_help()
write(*,'(a)') ''
write(*,'(a)') 'options are:'
write(*,'(a)') ' -h, --help Print this help message.'
write(*,'(a)') ' -o, --out <file> Output filename.'
write(*,'(a)') ' -o, --output <file> Output filename.'
write(*,'(a)') ''
write(*,'(a)') 'Examples:'
write(*,'(a)') ' extract_sectional_aero_time data_0001'
Expand Down
Loading