File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
gcloud-java-examples/src/main/java/com/google/gcloud/examples Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,13 @@ private static void help() {
72
72
"or: java -jar gcloud-java-examples-X-Y-Z.jar --list" ,
73
73
"to list the filesystem providers." ,
74
74
"" ,
75
+ "or: java -jar gcloud-java-examples-X-Y-Z.jar --check" ,
76
+ "to double-check the GCS provider is installed." ,
77
+ "" ,
75
78
"The purpose of this tool is to demonstrate the gcloud NIO filesystem provider." ,
76
79
"" ,
77
80
"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." ,
79
82
"However, by just adding the gcloud-nio jar in your classpath, this tool is made" ,
80
83
"aware of gs:// paths and can access files on the cloud." ,
81
84
"" ,
You can’t perform that action at this time.
0 commit comments