We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf5e91 commit e81f538Copy full SHA for e81f538
speech/grpc/src/main/java/com/google/cloud/speech/grpc/demos/NonStreamingRecognizeClient.java
@@ -171,7 +171,7 @@ public static void main(String[] args) throws Exception {
171
if (line.hasOption("uri")) {
172
audioFile = line.getOptionValue("uri");
173
} else {
174
- System.err.println("An Audio uri must be specified (e.g. file://foo/baz.raw).");
+ System.err.println("An Audio uri must be specified (e.g. file:///foo/baz.raw).");
175
System.exit(1);
176
}
177
0 commit comments