summaryrefslogtreecommitdiff
path: root/p11-kit/remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'p11-kit/remote.c')
-rw-r--r--p11-kit/remote.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/p11-kit/remote.c b/p11-kit/remote.c
index 37d8d5e..d524bbd 100644
--- a/p11-kit/remote.c
+++ b/p11-kit/remote.c
@@ -131,7 +131,7 @@ main (int argc,
};
p11_tool_desc usages[] = {
- { 0, "usage: p11-kit remote <module>" },
+ { 0, "usage: p11-kit remote <module-or-token>" },
{ 0 },
};
@@ -154,7 +154,7 @@ main (int argc,
argv += optind;
if (argc != 1) {
- p11_message ("specify the module to remote");
+ p11_message ("specify the module or token URI to remote");
return 2;
}