Skip to content

Commit

Permalink
trurl.c: clarify the --help text for --urlencode
Browse files Browse the repository at this point in the history
... to make it clearer that it is for outputs.
  • Loading branch information
bagder committed Sep 16, 2024
1 parent e7259c1 commit 8aed57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trurl.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ static void help(void)
" -s, --set [component]=[data] - set component content\n"
" --sort-query - alpha-sort the query pairs\n"
" --url [URL] - URL to work with\n"
" --urlencode - URL encode components by default\n"
" --urlencode - show components URL encoded\n"
" -v, --version - show version\n"
" --verify - return error on (first) bad URL\n"
" URL COMPONENTS:\n"
Expand Down

0 comments on commit 8aed57b

Please sign in to comment.