aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaymsg/main.c')
-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) {
345 cmdtype = strdup(optarg); 345 cmdtype = strdup(optarg);
346 break; 346 break;
347 case 'v': 347 case 'v':
348 fprintf(stdout, "sway version " SWAY_VERSION "\n"); 348 fprintf(stdout, "swaymsg version " SWAY_VERSION "\n");
349 exit(EXIT_SUCCESS); 349 exit(EXIT_SUCCESS);
350 break; 350 break;
351 default: 351 default: