summaryrefslogtreecommitdiff
path: root/src/analyze/analyze-unit-paths.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/analyze/analyze-unit-paths.c')
-rw-r--r--src/analyze/analyze-unit-paths.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyze/analyze-unit-paths.c b/src/analyze/analyze-unit-paths.c
index f18a10ef34..e2e8c66b7e 100644
--- a/src/analyze/analyze-unit-paths.c
+++ b/src/analyze/analyze-unit-paths.c
@@ -5,7 +5,7 @@
#include "path-lookup.h"
#include "strv.h"
-int dump_unit_paths(int argc, char *argv[], void *userdata) {
+int verb_unit_paths(int argc, char *argv[], void *userdata) {
_cleanup_(lookup_paths_free) LookupPaths paths = {};
int r;
char **p;