Skip to content

Commit ffa275c

Browse files
committed
prep for 1.2.2 release
1 parent 9e20b54 commit ffa275c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

man/man1/string.1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@ position, counting and replacing substrings
3939
.IP \[bu] 2
4040
splitting a string into a JSON array of strings, joining JSON a string
4141
arrays 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
4551
display help

string.1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)