Browse Source

Bugfix apostrophe and bracket

Dominik Schrempf 5 years ago
parent
commit
2ffde239c0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      cmd.go

+ 2 - 2
cmd.go

@@ -36,7 +36,7 @@ New operations:
     yay {-G --getpkgbuild} [package(s)]
 
 If no arguments are provided 'yay -Syu' will be performed
-If no operation is provided -Y will be assumed`)
+If no operation is provided -Y will be assumed
 
 New options:
        --repo             Assume targets are from the repositories
@@ -131,7 +131,7 @@ yay specific options:
        --gendb            Generates development package DB used for updating
 
 getpkgbuild specific options:
-    -f --force            Force download for existing ABS packages
+    -f --force            Force download for existing ABS packages`)
 }
 
 func handleCmd() (err error) {