From 931cac47c81f909927f23888d82f7d02ce4b7023 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 4 Sep 2022 14:47:29 -0300 Subject: bin/uri: Improve example from help string --- bin/uri | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/uri b/bin/uri index 4e57f7c..23716b9 100755 --- a/bin/uri +++ b/bin/uri @@ -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: -- cgit v1.2.3