]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/analyze/analyze-unit-files.c
basic: add RuntimeScope enum
[thirdparty/systemd.git] / src / analyze / analyze-unit-files.c
index ec9be336e1ab1ed140e42972825b430fc36c9da7..d9b3313be43e45581b20274d52f71023ec0e7e55 100644 (file)
@@ -21,7 +21,7 @@ int verb_unit_files(int argc, char *argv[], void *userdata) {
         char **v;
         int r;
 
-        r = lookup_paths_init_or_warn(&lp, arg_scope, 0, NULL);
+        r = lookup_paths_init_or_warn(&lp, arg_runtime_scope, 0, NULL);
         if (r < 0)
                 return r;