Modify "pacman -h" output for files operations
pacman -F can take both a file(s) or a package(s) as arguments. Passing a file is more common, so adjust to show that in the help. Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
5c24f7dd11
commit
20f2ae56eb
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ static void usage(int op, const char * const myname)
|
|||
printf(" %s {-h --help}\n", myname);
|
||||
printf(" %s {-V --version}\n", myname);
|
||||
printf(" %s {-D --database} <%s> <%s>\n", myname, str_opt, str_pkg);
|
||||
printf(" %s {-F --files} [%s] [%s]\n", myname, str_opt, str_pkg);
|
||||
printf(" %s {-F --files} [%s] [%s]\n", myname, str_opt, str_file);
|
||||
printf(" %s {-Q --query} [%s] [%s]\n", myname, str_opt, str_pkg);
|
||||
printf(" %s {-R --remove} [%s] <%s>\n", myname, str_opt, str_pkg);
|
||||
printf(" %s {-S --sync} [%s] [%s]\n", myname, str_opt, str_pkg);
|
||||
|
|
Loading…
Add table
Reference in a new issue