diff --git a/README.md b/README.md index 04760af..4c7852a 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ Unofficial packages are available on: [Debian](https://packages.debian.org/buste download Download an app devices List connected devices list (categories) List all known values of a kind + repo Manage repositories + clean Clean index and/or cache defaults Reset to the default settings version Print version information - clean Clean index and/or cache - repo Manage repositories An appid is just an app's unique package name. A specific version of an app can diff --git a/main.go b/main.go index 3f2f417..f4d0e9d 100644 --- a/main.go +++ b/main.go @@ -171,10 +171,10 @@ var commands = []*Command{ cmdDownload, cmdDevices, cmdList, + cmdRepo, + cmdClean, cmdDefaults, cmdVersion, - cmdClean, - cmdRepo, } var cmdVersion = &Command{