Skip to content

Commit

Permalink
src/50_package_system.pod: fix long line
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Aug 23, 2023
1 parent 1d7ce9a commit 6fbad42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/50_package_system.pod
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ the conflicting files. Example:
# pkgadd bash#5.0.18-1.pkg.tar.gz
bin/sh
usr/share/man/man1/sh.1.gz
pkgadd error: listed file(s) already installed (use -f to ignore and overwrite)
pkgadd error: listed files already installed (use -f to ignore and overwrite)

To force the installation and overwrite the conflicting files, you
can use the option B<-f> (or B<--force>). Example:
Expand Down

0 comments on commit 6fbad42

Please sign in to comment.