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

Commit 4c24b3ae authored by Adam Bookatz's avatar Adam Bookatz
Browse files

Comment on UMS shell --verbose flag

Bug: 229076789
Test: N/A
Flag: EXEMPT just documentation
Change-Id: I2b1554908d38e2c78c2506457b645899c5828078
parent ff5f71d7
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\n",
                            i,