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

Commit 64b99148 authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Update help text for the query-blob-existence command.

Test: n/a
Change-Id: If80589c06c9366c042aba22c5af471b217a21e03
parent 712dcc5a
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();
    }