Skip to content

Commit

Permalink
cleanup: fix README, string
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Jul 23, 2024
1 parent f2f405e commit e1a7d27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,27 @@ Usage:
vso [command]

Available Commands:
android Manage the vso waydroid subsystem
completion Generate the autocompletion script for the specified shell
config Manage the system configuration.
export Export an application or binary from the subsystem
help Help about any command
install Install an application inside the subsystem
pico-init Initialize the Pico subsystem, used for package management
pico-init Initialize the VSO subsystem, used for package management
remove Remove an application from the subsystem
run Run an application from the subsystem
search Search for an application to install inside the subsystem
shell Enter the subsystem environment
sys Execute system tasks, such as upgrading the system
sideload Sideload DEB/APK packages inside the subsystem
sys Execute system commands, such as upgrading the system
tasks Create and manage tasks
unexport Unexport an application or binary from the subsystem
update Update the subsystem's package repository
upgrade Upgrade the packages inside the subsystem

Flags:
-h, --help help for vso
-v, --version version for vso
-h, --help Show help for vso.
-v, --version Show version for vso.

Use "vso [command] --help" for more information about a command.
```
Expand Down
4 changes: 2 additions & 2 deletions locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ vso:
info:
aborting: "Aborting as requested."
msg:
help: "Show help for abroot."
version: "Show version for abroot."
help: "Show help for vso."
version: "Show version for vso."
usage: "Usage"
aliases: "Aliases"
examples: "Examples"
Expand Down

0 comments on commit e1a7d27

Please sign in to comment.