summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2018-07-21 20:03:04 -0400
committerAmin Bandali <amin@aminb.org>2018-07-21 20:03:04 -0400
commitc60842ddbc495e60239ca23ba578e0a77925c8ad (patch)
tree1b15c90157c30452edb201f1bfee6248b1e60201
parente549b7c83a2e1b8d09141f1049d70ed7b5911bdc (diff)
downloadconfigs-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.
-rw-r--r--rc.org2
1 files changed, 1 insertions, 1 deletions
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