mirror of
https://github.com/Jguer/yay
synced 2024-10-31 13:42:27 +00:00
Fix Typos
This commit is contained in:
parent
7ee2e5d1eb
commit
ae7400890d
3 changed files with 3 additions and 3 deletions
|
@ -134,7 +134,7 @@ Only show titles when printing news.
|
||||||
.B \-f, \-\-force
|
.B \-f, \-\-force
|
||||||
Force download for packages that already exist in the current directory. This
|
Force download for packages that already exist in the current directory. This
|
||||||
is to ensure directories are not accidentally overwritten. This option is not
|
is to ensure directories are not accidentally overwritten. This option is not
|
||||||
needed for git based downloads as \fBgit pull\fR already has saftey mechanisms.
|
needed for git based downloads as \fBgit pull\fR already has safety mechanisms.
|
||||||
|
|
||||||
.SH PERMANENT CONFIGURATION SETTINGS
|
.SH PERMANENT CONFIGURATION SETTINGS
|
||||||
.TP
|
.TP
|
||||||
|
|
|
@ -385,7 +385,7 @@ func earlyPacmanCall(parser *arguments) error {
|
||||||
arguments.targets = targets
|
arguments.targets = targets
|
||||||
} else {
|
} else {
|
||||||
alpmHandle.SetQuestionCallback(func(alpm.QuestionAny) {})
|
alpmHandle.SetQuestionCallback(func(alpm.QuestionAny) {})
|
||||||
//seperate aur and repo targets
|
//separate aur and repo targets
|
||||||
for _, target := range targets {
|
for _, target := range targets {
|
||||||
if inRepos(syncDb, target) {
|
if inRepos(syncDb, target) {
|
||||||
arguments.addTarget(target)
|
arguments.addTarget(target)
|
||||||
|
|
|
@ -881,7 +881,7 @@ func (parser *arguments) extractYayOptions() {
|
||||||
config.AURURL = strings.TrimRight(config.AURURL, "/")
|
config.AURURL = strings.TrimRight(config.AURURL, "/")
|
||||||
}
|
}
|
||||||
|
|
||||||
//parses input for number menus splitted by spaces or commas
|
//parses input for number menus split by spaces or commas
|
||||||
//supports individual selection: 1 2 3 4
|
//supports individual selection: 1 2 3 4
|
||||||
//supports range selections: 1-4 10-20
|
//supports range selections: 1-4 10-20
|
||||||
//supports negation: ^1 ^1-4
|
//supports negation: ^1 ^1-4
|
||||||
|
|
Loading…
Reference in a new issue