diff options
Diffstat (limited to 'src/creds')
-rw-r--r-- | src/creds/creds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/creds/creds.c b/src/creds/creds.c index 2fd314ff37..6e3441e5a0 100644 --- a/src/creds/creds.c +++ b/src/creds/creds.c @@ -103,7 +103,7 @@ static int verb_list(int argc, char **argv, void *userdata) { r = open_credential_directory(&d); if (r == -ENXIO) - return log_error_errno(r, "No credentials received. (i.e. $CREDENTIALS_PATH not set or pointing to empty directory.)"); + return log_error_errno(r, "No credentials received. (i.e. $CREDENTIALS_DIRECTORY not set or pointing to empty directory.)"); if (r < 0) return log_error_errno(r, "Failed to open credentials directory: %m"); |