Skip to content

Commit

Permalink
Remove any reference to the removed --force option.
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Nov 22, 2019
1 parent 56ad035 commit 0da342c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ Other options:
--needed : do not reinstall up-to-date packages
--asdeps : install packages as non-explicitly installed
--asexplicit : install packages as explicitly installed
--force : pass the `--force` argument to `pacman`
--skipinteg : pass the `--skipinteg` argument to `makepkg`
--noconfirm : do not ask for any confirmation
--movepkg : move built packages into pacman's cache directory
Expand Down
5 changes: 0 additions & 5 deletions trizen.1
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,6 @@ Install packages as dependencies (non-explicit).
Install packages as explicitly installed.
.RE
.PP
\fB\-\-force\fR
.RS 4
Pass the \fI--force\fR argument to \fIpacman\fR.
.RE
.PP
\fB\-\-skipinteg\fR
.RS 4
Pass the \fI--skipinteg\fR argument to \fImakepkg\fR.
Expand Down
2 changes: 0 additions & 2 deletions zsh.completion
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ _trizen_opts_pkgfile=(
'*-d[Skip dependency checks]'
'*--nodeps[Skip dependency checks]'
'--dbonly[Only remove database entry, do not remove files]'
'--force[Overwrite conflicting files]'
'--needed[Do not reinstall up-to-date packages]'
'*:package file:_files -g "*.pkg.tar*~*.sig(.,@)"'
)
Expand Down Expand Up @@ -143,7 +142,6 @@ _trizen_opts_sync_modifiers=(
'--nobuild[Do not build packages (implies --noedit)]'
'--noinstall[Do not install packages after building]'
'--skipinteg[Pass the `--skipinteg` argument to `makepkg`]'
'--force[Overwrite conflicting files]'
)

# handles --help subcommand
Expand Down

0 comments on commit 0da342c

Please sign in to comment.