Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c7b9410 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Comment on UMS shell --verbose flag" into main

parents bd8c6205 4c24b3ae
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -173,6 +173,7 @@ public class UserManagerServiceShellCommand extends ShellCommand {
            switch (opt) {
                case "-v":
                case "--verbose":
                    // verbose is really the normal human-readable version; avoid clutter
                    verbose = true;
                    break;
                case "-V":
@@ -239,6 +240,8 @@ public class UserManagerServiceShellCommand extends ShellCommand {
                    if (veryVerbose) {
                        unresolvedName = ", unresolvedName=" + user.name;
                    }
                    // verbose is the normal standard human-readable version;
                    // therefore, avoid clutter unless veryVerbose
                    pw.printf("%d: id=%d, name=%s%s, type=%s, "
                            + "flags=%s%s%s%s%s%s%s%s%s%s%s\n",
                            i,