Skip to content

Commit 4293a4d

Browse files
committed
minor helptext changes
1 parent 57c03da commit 4293a4d

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

app/prep.f90

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,12 +1769,16 @@ subroutine setup(help_text,version_text) !@(#)help_usage(3f): prints help inform
17691769
' --start STRING Along with --stop allows for custom delimiter strings to be ',&
17701770
' specified. The string is a BRE (Basic Regular Expression). ',&
17711771
' Match the entire line to prevent inadvertent matches. ',&
1772-
' Note --type overrides --start and --stop. ',&
1772+
' Note --type overrides --start and --stop. For example: ',&
1773+
' ',&
1774+
" --start '^ *\\begin{minted}{Fortran} *$' ",&
17731775
' ',&
17741776
' --stop STRING Along with --start allows for custom delimiter strings to be',&
17751777
' specified. The string is a BRE (Basic Regular Expression). ',&
17761778
' Match the entire line to prevent inadvertent matches. ',&
1777-
' Note --type overrides --start and --stop. ',&
1779+
' Note --type overrides --start and --stop. For example: ',&
1780+
' ',&
1781+
" --stop '^ *\\end{minted} *$' ",&
17781782
' ',&
17791783
' --comment Try to style comments generated in $BLOCK COMMENT blocks ',&
17801784
' for other utilities such as doxygen. Default is to ',&
@@ -2293,8 +2297,8 @@ subroutine setup(help_text,version_text) !@(#)help_usage(3f): prints help inform
22932297
' commands can be executed for such tasks as creating files to be read or to ',&
22942298
' further process documents created by $BLOCK. $SYSTEM directives are errors ',&
22952299
' by default; as you clearly need to ensure the input file is trusted before ',&
2296-
' before allowing commands to be executed. Commands that are system-specific ',&
2297-
' may need to be executed conditionally as well. ',&
2300+
' allowing commands to be executed. Commands that are system-specific may need ',&
2301+
' to be executed conditionally as well. ',&
22982302
' ',&
22992303
' Examples: ',&
23002304
' ',&

0 commit comments

Comments
 (0)