aboutsummaryrefslogtreecommitdiff
path: root/tcsv
diff options
context:
space:
mode:
Diffstat (limited to 'tcsv')
-rwxr-xr-xtcsv2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcsv b/tcsv
index 66e7a6d..96666eb 100755
--- a/tcsv
+++ b/tcsv
@@ -10,7 +10,7 @@ die()
command -v notify-send > /dev/null &&
notify-send "󰎁 torrents-csv" "$1"
- printf "\033[31;1merr: %b\033[0m\n" "$1"
+ printf "\033[31;1merr: %b\033[0m\n" "$1" 1>&2
exit "${2:-1}"
}