diff options
author | Amin Bandali <amin@aminb.org> | 2018-07-21 20:03:04 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-07-21 20:03:04 -0400 |
commit | c60842ddbc495e60239ca23ba578e0a77925c8ad (patch) | |
tree | 1b15c90157c30452edb201f1bfee6248b1e60201 | |
parent | e549b7c83a2e1b8d09141f1049d70ed7b5911bdc (diff) | |
download | configs-c60842ddbc495e60239ca23ba578e0a77925c8ad.tar.gz configs-c60842ddbc495e60239ca23ba578e0a77925c8ad.tar.xz configs-c60842ddbc495e60239ca23ba578e0a77925c8ad.zip |
[rc/sway-ws-util] doc fix
also, forgot to mention that the grandparent commit adds dependency
on jq.
Diffstat (limited to '')
-rw-r--r-- | rc.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4860,7 +4860,7 @@ if [ "$1" = "switch" ] || [ "$1" = "move" ]; then elif [ "$2" = "next" ]; then dest_ws="$next_ws" else - echo "Usage: $0 $1 {prev|next}" + echo "Usage: $0 $1 {prev|next} [follow]" exit 1 fi else |