Skip to content

Commit

Permalink
Better stat --help
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-philippe-martin committed Mar 7, 2016
1 parent 78f7b8c commit 532b923
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,13 @@ private static void help() {
"or: java -jar gcloud-java-examples-X-Y-Z.jar --list",
"to list the filesystem providers.",
"",
"or: java -jar gcloud-java-examples-X-Y-Z.jar --check",
"to double-check the GCS provider is installed.",
"",
"The purpose of this tool is to demonstrate the gcloud NIO filesystem provider.",
"",
"This tool normally knows nothing of Google Cloud Storage. If you pass it a gs://",
"file name, it will show an error.",
"file name (or --check), it will show an error.",
"However, by just adding the gcloud-nio jar in your classpath, this tool is made",
"aware of gs:// paths and can access files on the cloud.",
"",
Expand Down

0 comments on commit 532b923

Please sign in to comment.