aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--metube.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/metube.go b/metube.go
index ca270bc..b436a3d 100644
--- a/metube.go
+++ b/metube.go
@@ -26,7 +26,7 @@ func readStdin() string {
func main() {
format := flag.String("f", defaultFormat, "The format to print items in. Follows go template syntax. See metube(5) for more info.")
page := flag.Int("p", 0, "The page to get")
- lang := flag.String("l", "en", "The language to search in (follows youtube's language codes: en, fr, de, jp...)")
+ lang := flag.String("l", "en", "The language to search in (follows youtube's language codes: en, fr, de, ja...)")
order := flag.String("o", "relevance", "The criterion to use for the search order (relevance, date, views, rating)")
flag.Parse()
if *format == "-" {