Skip to content

Commit

Permalink
Edit help
Browse files Browse the repository at this point in the history
  • Loading branch information
Drosaca committed Dec 16, 2023
1 parent 67696fb commit 9c8c7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func runInstallScript(appPath string) error {
func help() {
fmt.Println("usage: sudo appinstall path/to/app.AppImage")
fmt.Println("(after install use sudo update-desktop-database to reload gnome icons)")
fmt.Println("other options [BETA]: ")
fmt.Println("other options: ")
fmt.Println("-l #to list installed apps (from this tool only)")
fmt.Println(" ")
fmt.Println("-d appName #to delete the app (installed by this tool)")
Expand Down Expand Up @@ -165,7 +165,7 @@ func main() {
os.Exit(0)
}
if os.Args[1] == "-v" {
fmt.Println("0.6")
fmt.Println("1.0")
os.Exit(0)
}
err := chooseScript()
Expand Down

0 comments on commit 9c8c7d8

Please sign in to comment.