[rc/sway-ws-util] doc fix
authorAmin Bandali <amin@aminb.org>
Sun, 22 Jul 2018 00:03:04 +0000 (20:03 -0400)
committerAmin Bandali <amin@aminb.org>
Sun, 22 Jul 2018 00:03:04 +0000 (20:03 -0400)
also, forgot to mention that the grandparent commit adds dependency
on jq.

rc.org

diff --git a/rc.org b/rc.org
index 1830d6c..7f3d7d7 100644 (file)
--- 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