djcev.com

//

Git Repos / dotfiles / commit 4028c3a

Commit: 4028c3abd907a150de797b73587a9c7b39b94679
Parent: 6062e595fefef3d6daf3ac6f7331601457a4e1a3
Author: Cameron Vanderzanden, 2022-02-15 01:35
Committer: Cameron Vanderzanden, 2022-02-15 01:35

Commit Message

Tabs.

Change List

?File Add Del
M bin/get_rss.sh +2 -2

Diff bin/get_rss.sh

diff --git a/bin/get_rss.sh b/bin/get_rss.sh
index 795bdfe..253de91 100755
--- a/bin/get_rss.sh
+++ b/bin/get_rss.sh
@@ -29,8 +29,8 @@ while getopts "d:hn:xV?" option; do
case $option in
d) RSSCACHEDIR="$OPTARG" ;;
h) print_help && exit ;;
- n) name="$OPTARG" ;;
- x) screensaver="YES" ;;
+ n) name="$OPTARG" ;;
+ x) screensaver="YES" ;;
V) print_version && exit ;;
"?") print_help && exit ;;
esac

Return to the top of this page or return to the overview of this repo.