summaryrefslogtreecommitdiff
path: root/p11-kit/remote.c
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2017-03-10 14:22:59 +0100
committerDaiki Ueno <ueno@gnu.org>2017-05-25 14:13:01 +0200
commit7310d92af3b0291ab627fcf3e07800cd5b2983c8 (patch)
tree71645e34b4afa0caa44a376f5fcf435c1b67f018 /p11-kit/remote.c
parentdfe606d40c33a6213b89b310df0964392fd6d64d (diff)
remote: Name command line options consistently
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;
}