From e3edcea895a1d3a93a64cf1b71e019ca29dbd2c5 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 9 Mar 2019 13:51:44 +0100 Subject: [PATCH] Add missing options to install documentation Signed-off-by: David Oberhollenzer --- main/cmd/install.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/cmd/install.c b/main/cmd/install.c index 23ab976..dc3911e 100644 --- a/main/cmd/install.c +++ b/main/cmd/install.c @@ -239,6 +239,8 @@ static command_t install = { " --no-chmod, -m Do not change permission flags of the extarcted\n" " data. Use 0644 for all files and 0755 for all\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" " packages listed on the command line.\n" " --list-packages, -p Do not install packages, print out final\n"