mirror of
https://github.com/pygos/pkg-utils.git
synced 2024-11-22 12:59:46 +01:00
Add missing options to install documentation
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
88f4dd00d7
commit
e3edcea895
1 changed files with 2 additions and 0 deletions
|
@ -239,6 +239,8 @@ static command_t install = {
|
||||||
" --no-chmod, -m Do not change permission flags of the extarcted\n"
|
" --no-chmod, -m Do not change permission flags of the extarcted\n"
|
||||||
" data. Use 0644 for all files and 0755 for all\n"
|
" data. Use 0644 for all files and 0755 for all\n"
|
||||||
" directories.\n"
|
" directories.\n"
|
||||||
|
" --no-symlink, -L Do not create symlinks.\n"
|
||||||
|
" --no-devices, -D Do not create device files.\n"
|
||||||
" --no-dependencies, -d Do not resolve dependencies, only install files\n"
|
" --no-dependencies, -d Do not resolve dependencies, only install files\n"
|
||||||
" packages listed on the command line.\n"
|
" packages listed on the command line.\n"
|
||||||
" --list-packages, -p Do not install packages, print out final\n"
|
" --list-packages, -p Do not install packages, print out final\n"
|
||||||
|
|
Loading…
Reference in a new issue