We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968af2d commit 6c036d6Copy full SHA for 6c036d6
main.go
@@ -56,12 +56,12 @@ The commands work as following:
56
if rawStreamCommand {
57
h264FilePath, err := arguments.String("<h264file>")
58
if err != nil {
59
- log.Error("Missing outfile parameter. Please specify a valid path like '/home/me/out.h264'")
+ log.Error("Missing <h264file> parameter. Please specify a valid path like '/home/me/out.h264'")
60
return
61
}
62
waveFilePath, err := arguments.String("<wavfile>")
63
64
- log.Error("Missing audiofile parameter. Please specify a valid path like '/home/me/out.raw'")
+ log.Error("Missing <wavfile> parameter. Please specify a valid path like '/home/me/out.raw'")
65
66
67
record(h264FilePath, waveFilePath)
0 commit comments