Skip to content

Commit

Permalink
via: comment -r and -ro options
Browse files Browse the repository at this point in the history
  • Loading branch information
xalexalex committed Aug 4, 2019
1 parent 09e6290 commit 2240339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions via
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
PATH="$HOME/.config/via:$PATH"

case "$1" in
-r)
-r) # rebuild cache first
via-feed -r | via-menu | via-open
;;
-ro)
-ro) # rebuild cache only
via-feed -r >/dev/null
;;
*)
Expand Down

0 comments on commit 2240339

Please sign in to comment.