summaryrefslogtreecommitdiffstats
path: root/eurephiadm/commands/adminaccess.c
diff options
context:
space:
mode:
Diffstat (limited to 'eurephiadm/commands/adminaccess.c')
-rw-r--r--eurephiadm/commands/adminaccess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eurephiadm/commands/adminaccess.c b/eurephiadm/commands/adminaccess.c
index 9cd210b..4b19c05 100644
--- a/eurephiadm/commands/adminaccess.c
+++ b/eurephiadm/commands/adminaccess.c
@@ -296,7 +296,7 @@ int grant_revoke(eurephiaCTX *ctx, eurephiaSESSION *sess, eurephiaVALUES *cfg, i
case 'I':
if( f_intf > 0 ) {
- fprintf(stderr, "%s: Access level can only be set once\n", MODULE);
+ fprintf(stderr, "%s: Admin interface indicator can only be set once\n", MODULE);
return 1;
}
f_intf++;