aboutsummaryrefslogtreecommitdiff
path: root/swaymsg
diff options
context:
space:
mode:
authorIan Fan <ianfan0@gmail.com>2018-10-10 12:23:04 +0000
committerGitHub <noreply@github.com>2018-10-10 12:23:04 +0000
commitcd6917d4a821fe904a2c242dff673967aa3ad4b2 (patch)
treee21f0b633212c6b8084348f08fc68cec2efece8b /swaymsg
parentd3f0e52784712696c7174d3adf8ec6cf3ac31b19 (diff)
parent782ed19bc30378126f44272c1e46f2a05a9b2db1 (diff)
Merge branch 'master' into bar-bindsym
Diffstat (limited to 'swaymsg')
-rw-r--r--swaymsg/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaymsg/main.c b/swaymsg/main.c
index 3767daf3..4688737c 100644
--- a/swaymsg/main.c
+++ b/swaymsg/main.c
@@ -345,7 +345,7 @@ int main(int argc, char **argv) {
cmdtype = strdup(optarg);
break;
case 'v':
- fprintf(stdout, "sway version " SWAY_VERSION "\n");
+ fprintf(stdout, "swaymsg version " SWAY_VERSION "\n");
exit(EXIT_SUCCESS);
break;
default: