summaryrefslogtreecommitdiff
path: root/client/remctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/remctl.c')
-rw-r--r--client/remctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/remctl.c b/client/remctl.c
index aa9a9f8..74e2cf5 100644
--- a/client/remctl.c
+++ b/client/remctl.c
@@ -87,7 +87,7 @@ object_exists(struct remctl *r, const char *prefix, const char *type,
size_t length;
command[0] = prefix;
- command[1] = "exists";
+ command[1] = "check";
command[2] = type;
command[3] = name;
command[4] = NULL;