From: Amin Bandali Date: Sun, 22 Jul 2018 00:03:04 +0000 (-0400) Subject: [rc/sway-ws-util] doc fix X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/c60842ddbc495e60239ca23ba578e0a77925c8ad [rc/sway-ws-util] doc fix also, forgot to mention that the grandparent commit adds dependency on jq. --- diff --git a/rc.org b/rc.org index 1830d6c..7f3d7d7 100644 --- a/rc.org +++ b/rc.org @@ -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