aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2024-01-29 11:33:40 +0100
committerAndrew G. Morgan <morgan@kernel.org>2024-01-29 07:19:36 -0800
commit17c5e89521fd0455a8f18563eb37e5ddbc7d34cb (patch)
tree2f0f08bb3578f7f6d40fa90ade4b486d89e83c4b
parent011eb766ce43f943a4138837bdf742ac31590d26 (diff)
downloadlibcap-17c5e89521fd0455a8f18563eb37e5ddbc7d34cb.tar.gz
getpcaps: fix program name in help message
Signed-off-by: Jakub Wilk <jwilk@jwilk.net> Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r--progs/getpcaps.c2
1 files changed, 1 insertions, 1 deletions
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] <pid> [<pid> ...]\n\n"
+"usage: getpcaps [opts] <pid> [<pid> ...]\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"