Skip to content

Commit

Permalink
prep for 1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdoiel committed Jan 11, 2023
1 parent 9e20b54 commit ffa275c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions man/man1/string.1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ position, counting and replacing substrings
.IP \[bu] 2
splitting a string into a JSON array of strings, joining JSON a string
arrays into a string
.PP
VERB refers to the operation to performed on the supplied string(s).
VER PARAMETERS are thsose additional terms need to complete the process
provided by the VERB.
.SH OPTIONS
.PP
Options always come before the VERB.
.TP
-help
display help
Expand Down
6 changes: 6 additions & 0 deletions string.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ string is a command line tool for transforming strings in common ways.
- position, counting and replacing substrings
- splitting a string into a JSON array of strings, joining JSON a string arrays into a string

VERB refers to the operation to performed on the supplied string(s).
VER PARAMETERS are thsose additional terms need to complete the process
provided by the VERB.

# OPTIONS

Options always come before the VERB.

-help
: display help

Expand Down

0 comments on commit ffa275c

Please sign in to comment.