Skip to content

Commit 532b923

Browse files
Better stat --help
1 parent 78f7b8c commit 532b923

File tree

1 file changed

+4
-1
lines changed
  • gcloud-java-examples/src/main/java/com/google/gcloud/examples

1 file changed

+4
-1
lines changed

gcloud-java-examples/src/main/java/com/google/gcloud/examples/Stat.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,13 @@ private static void help() {
7272
"or: java -jar gcloud-java-examples-X-Y-Z.jar --list",
7373
"to list the filesystem providers.",
7474
"",
75+
"or: java -jar gcloud-java-examples-X-Y-Z.jar --check",
76+
"to double-check the GCS provider is installed.",
77+
"",
7578
"The purpose of this tool is to demonstrate the gcloud NIO filesystem provider.",
7679
"",
7780
"This tool normally knows nothing of Google Cloud Storage. If you pass it a gs://",
78-
"file name, it will show an error.",
81+
"file name (or --check), it will show an error.",
7982
"However, by just adding the gcloud-nio jar in your classpath, this tool is made",
8083
"aware of gs:// paths and can access files on the cloud.",
8184
"",

0 commit comments

Comments
 (0)