summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--swaygrab/swaygrab.1.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/swaygrab/swaygrab.1.txt b/swaygrab/swaygrab.1.txt
index 0a664dab..b2c6389a 100644
--- a/swaygrab/swaygrab.1.txt
+++ b/swaygrab/swaygrab.1.txt
@@ -42,8 +42,11 @@ Options
42 Specify a framerate (in frames per second). Used in combination with -c. 42 Specify a framerate (in frames per second). Used in combination with -c.
43 Default is 30. Must be an integer. 43 Default is 30. Must be an integer.
44 44
45*--raw*:: 45*-r, --raw*::
46 Instead of invoking ImageMagick or ffmpeg, dump raw rgba data to stdout. 46 Instead of invoking ImageMagick or ffmpeg, dump raw rgba data to stdout.
47
48*-f, --focused*::
49 Capture only the currently focused container.
47 50
48Examples 51Examples
49-------- 52--------