pacman: indicate --overwrite takes a glob
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
8566cd9be9
commit
4311cc3648
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ static void usage(int op, const char * const myname)
|
|||
switch(op) {
|
||||
case PM_OP_SYNC:
|
||||
case PM_OP_UPGRADE:
|
||||
addlist(_(" --overwrite <path>\n"
|
||||
addlist(_(" --overwrite <glob>\n"
|
||||
" overwrite conflicting files (can be used more than once)\n"));
|
||||
addlist(_(" --asdeps install packages as non-explicitly installed\n"));
|
||||
addlist(_(" --asexplicit install packages as explicitly installed\n"));
|
||||
|
|
Loading…
Add table
Reference in a new issue