File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,13 @@ position, counting and replacing substrings
3939.IP \[bu ] 2
4040splitting a string into a JSON array of strings, joining JSON a string
4141arrays into a string
42+ .PP
43+ VERB refers to the operation to performed on the supplied string(s).
44+ VER PARAMETERS are thsose additional terms need to complete the process
45+ provided by the VERB.
4246.SH OPTIONS
47+ .PP
48+ Options always come before the VERB.
4349.TP
4450-help
4551display help
Original file line number Diff line number Diff line change @@ -23,8 +23,14 @@ string is a command line tool for transforming strings in common ways.
2323- position, counting and replacing substrings
2424- splitting a string into a JSON array of strings, joining JSON a string arrays into a string
2525
26+ VERB refers to the operation to performed on the supplied string(s).
27+ VER PARAMETERS are thsose additional terms need to complete the process
28+ provided by the VERB.
29+
2630# OPTIONS
2731
32+ Options always come before the VERB.
33+
2834-help
2935: display help
3036
You can’t perform that action at this time.
0 commit comments