diff options
Diffstat (limited to 'src/path')
-rw-r--r-- | src/path/path.c | 2 |
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) { |