summaryrefslogtreecommitdiff
path: root/app-text/wgetpaste/files/wgetpaste-2.33-added-quiet-flag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/wgetpaste/files/wgetpaste-2.33-added-quiet-flag.patch')
-rw-r--r--app-text/wgetpaste/files/wgetpaste-2.33-added-quiet-flag.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-text/wgetpaste/files/wgetpaste-2.33-added-quiet-flag.patch b/app-text/wgetpaste/files/wgetpaste-2.33-added-quiet-flag.patch
index f8bac315d2f2..b56322430364 100644
--- a/app-text/wgetpaste/files/wgetpaste-2.33-added-quiet-flag.patch
+++ b/app-text/wgetpaste/files/wgetpaste-2.33-added-quiet-flag.patch
@@ -1,4 +1,4 @@
-From 75e68f79adaae7f50920e84a748b7ebb4a3a8a1d Mon Sep 17 00:00:00 2001
+From fa0bd6dd8b7bc21b292e4f94eaa4fbf71d5240f1 Mon Sep 17 00:00:00 2001
From: Richard-Rogalski <rrogalski@tutanota.com>
Date: Mon, 6 Nov 2023 14:00:02 -0600
Subject: [PATCH] Added --quiet flag
@@ -26,10 +26,10 @@ index c4703e5..63696ad 100644
'--debug[be very verbose]' \
'(--help -h)'{--help,-h}'[show help and exit]' \
diff --git a/wgetpaste b/wgetpaste
-index fc0b559..d016515 100755
+index 1e3ae35..e38f9e5 100755
--- a/wgetpaste
+++ b/wgetpaste
-@@ -559,6 +559,7 @@ Options:
+@@ -561,6 +561,7 @@ Options:
-r, --raw show url for the raw paste (no syntax highlighting or html)
-t, --tee use tee to show what is being pasted
@@ -37,7 +37,7 @@ index fc0b559..d016515 100755
-v, --verbose show wget stderr output if no url is received
--completions emit output suitable for shell completions (only affects --list-*)
--debug be *very* verbose (implies -v)
-@@ -657,7 +658,7 @@ showexpirations() {
+@@ -659,7 +660,7 @@ showexpirations() {
}
showurl() {
@@ -46,7 +46,7 @@ index fc0b559..d016515 100755
echo "$1"
[[ $XPASTE ]] && x_paste "$1" primary
[[ $XCLIPPASTE ]] && x_paste "$1" clipboard
-@@ -809,6 +810,9 @@ while [[ -n $1 ]]; do
+@@ -841,6 +842,9 @@ while [[ -n $1 ]]; do
-N | --no-ansi )
NOANSI=0
;;