Updated help string

This commit is contained in:
Andrew S. Rightenburg 2023-08-26 19:57:01 -04:00
parent d7a61d738e
commit 2d6c8d3136
Signed by: rail5
GPG Key ID: A0CB570AB6629159
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ int main(int argc, char* argv[]) {
""
" -p\n"
" --output-pos\n"
" Output the start and end position, rather than the text (in the format \"start,end\", for example 10,15)\n"
" Output the start and end position, rather than the text (in the format \"start end\", for example 10 15)\n"
" If used with searches, this will output the start and end position of the search result\n"
" Outside of searches, it will return the values of -s / --start and the end position (start + length)\n\n"
""