summaryrefslogtreecommitdiff
path: root/clients/screenshot.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2013-08-12 22:15:38 -0700
committerKristian Høgsberg <krh@bitplanet.net>2013-08-12 22:15:38 -0700
commit473f248d7ef31a81d526257f1b309e549abb195c (patch)
treeb99b79244e84981e51d11f3ce4cc7c61d0cc3111 /clients/screenshot.c
parentbdd8377312b275625ad4e9c07f79e18d157be298 (diff)
screenshooter: Add missing newline and use program_invocation_short_name
Diffstat (limited to 'clients/screenshot.c')
-rw-r--r--clients/screenshot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/screenshot.c b/clients/screenshot.c
index 1c0f203a..2a6d9b32 100644
--- a/clients/screenshot.c
+++ b/clients/screenshot.c
@@ -268,8 +268,8 @@ int main(int argc, char *argv[])
if (getenv("WAYLAND_SOCKET") == NULL) {
fprintf(stderr, "%s must be launched by weston.\n"
- "Use the MOD+S shortcut to take a screenshot.",
- argv[0]);
+ "Use the MOD+S shortcut to take a screenshot.\n",
+ program_invocation_short_name);
return -1;
}