chore(man): fix wording on operation order to make it more clear (#2088)

fix wording on operation order to make it more clear
This commit is contained in:
Jo 2023-04-06 18:49:18 +02:00 committed by GitHub
parent a31ca0d7dc
commit a64180464b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

2
cmd.go
View File

@ -51,7 +51,7 @@ New operations:
yay {-Y --yay} [options] [package(s)] yay {-Y --yay} [options] [package(s)]
If no operation is specified 'yay -Syu' will be performed If no operation is specified 'yay -Syu' will be performed
If no operation and no targets are provided -Y will be assumed If no operation is specified and targets are provided -Y will be assumed
New options: New options:
--repo Assume targets are from the repositories --repo Assume targets are from the repositories

View File

@ -23,7 +23,7 @@ This manpage only covers options unique to Yay. For other options see
.TP .TP
.B \-Y, \-\-yay .B \-Y, \-\-yay
Perform yay specific operations. This is the default if no other operation is Perform yay specific operations. This is the default if no other operation is
selected. selected and targets are defined.
.TP .TP
.B \-B, \-\-build .B \-B, \-\-build
@ -42,9 +42,9 @@ Downloads PKGBUILD from ABS or AUR. The ABS can only be used for Arch Linux repo
Web related operations such as voting for AUR packages. Web related operations such as voting for AUR packages.
.RE .RE
If no arguments are provided 'yay \-Syu' will be performed. If no operation is specified 'yay \-Syu' will be performed
If no operation is selected \-Y will be assumed. If no operation is specified and targets are provided \-Y will be assumed
.SH EXTENDED PACMAN OPERATIONS .SH EXTENDED PACMAN OPERATIONS
.TP .TP

View File

@ -18,7 +18,7 @@ import (
) )
var ( var (
yayVersion = "12.0.0" // To be set by compiler. yayVersion = "12.0.4" // To be set by compiler.
localePath = "/usr/share/locale" // To be set by compiler. localePath = "/usr/share/locale" // To be set by compiler.
) )