Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment