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

Commit 27859c82 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Android (Google) Code Review
Browse files

Merge "Update help text for the query-blob-existence command." into main

parents 819c5af8 64b99148
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ class BlobStoreManagerShellCommand extends ShellCommand {
        pw.println("      --tag: Tag of the blob to delete.");
        pw.println("idle-maintenance");
        pw.println("    Run idle maintenance which takes care of removing stale data.");
        pw.println("query-blob-existence [-b BLOB_ID]");
        pw.println("query-blob-existence [-b BLOB_ID] [-u | --user USER_ID]");
        pw.println("    Prints 1 if blob exists, otherwise 0.");
        pw.println();
    }