From 17c5e89521fd0455a8f18563eb37e5ddbc7d34cb Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Mon, 29 Jan 2024 11:33:40 +0100 Subject: getpcaps: fix program name in help message Signed-off-by: Jakub Wilk Signed-off-by: Andrew G. Morgan --- progs/getpcaps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progs/getpcaps.c b/progs/getpcaps.c index 7e14c36..b4cbda8 100644 --- a/progs/getpcaps.c +++ b/progs/getpcaps.c @@ -14,7 +14,7 @@ static void usage(int code) { fprintf(stderr, -"usage: getcaps [opts] [ ...]\n\n" +"usage: getpcaps [opts] [ ...]\n\n" " This program displays the capabilities on the queried process(es).\n" " The capabilities are displayed in the cap_from_text(3) format.\n" "\n" -- cgit 1.2.3-korg