diff --git a/fdroidcl.go b/fdroidcl.go index 173690e..eb077d1 100644 --- a/fdroidcl.go +++ b/fdroidcl.go @@ -220,13 +220,13 @@ func init() { p := func(args ...interface{}) { fmt.Fprintln(os.Stderr, args...) } - p("Usage: fdroidcl [-h] []") + p("Usage: fdroidcl [-h] [-r ] []") p() p("Available commands:") p(" update Update the index") p(" list List all available apps") p(" search Search available apps") - p(" show Show detailed info of an app") + p(" show Show detailed info of an app") } }