summaryrefslogtreecommitdiff
path: root/src/path/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/path/path.c')
-rw-r--r--src/path/path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path/path.c b/src/path/path.c
index 99a4f2f3c0..f7736a4202 100644
--- a/src/path/path.c
+++ b/src/path/path.c
@@ -115,7 +115,7 @@ static int print_home(const char *n) {
}
log_error("Path %s not known.", n);
- return -ENOTSUP;
+ return -EOPNOTSUPP;
}
static void help(void) {