chiark / gitweb /
polkit: don't spawn local client if we access a remote system
[elogind.git] / src / machine / machinectl.c
index aa2b0986eda0a1f98b9b0833410507019f5c7afb..f60c66055dd7258e5d823302f30e90d920cb4147 100644 (file)
@@ -793,7 +793,7 @@ static int machinectl_main(sd_bus *bus, int argc, char *argv[]) {
         left = argc - optind;
 
         if (left <= 0)
-                /* Special rule: no arguments means "list-sessions" */
+                /* Special rule: no arguments means "list" */
                 i = 0;
         else {
                 if (streq(argv[optind], "help")) {