diff options
author | EuAndreh <eu@euandre.org> | 2022-09-04 14:47:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-09-04 14:47:29 -0300 |
commit | 931cac47c81f909927f23888d82f7d02ce4b7023 (patch) | |
tree | d20ddd24107a7e223b72b481070d7714e27a531d | |
parent | git mv bin/html bin/htmlesc (diff) | |
download | dotfiles-931cac47c81f909927f23888d82f7d02ce4b7023.tar.gz dotfiles-931cac47c81f909927f23888d82f7d02ce4b7023.tar.xz |
bin/uri: Improve example from help string
-rwxr-xr-x | bin/uri | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -32,7 +32,8 @@ sub help($fh) { Encode the URL: - $ echo 'https://euandre.org' | uri + $ echo "https://euandre.org/?q=$(printf '%s' 'a param' | uri)" + https://euandre.org/?q=a%20param Decode the content from the file: |