Provided by: rust-coreutils_0.0.14-3_amd64 bug

NAME

       install - manual page for install 0.0.14

DESCRIPTION

       /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/install  0.0.14 Copy
       SOURCE to DEST or multiple SOURCE(s) to the existing

              DIRECTORY, while setting permission modes and owner/group

   USAGE:
              /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/install
              [OPTION]... [FILE]...

   ARGS:
              <files>...

   OPTIONS:
       -b

              like --backup but does not accept an argument

       --backup[=<CONTROL>...]

              make a backup of each existing destination file

       -c

              ignored

       -C, --compare

              compare each pair of source and destination files, and in some cases, do not modify
              the destination at all

       -d, --directory

              treat all arguments as directory names. create  all  components  of  the  specified
              directories

       -D

              create all leading components of DEST except the last, then copy SOURCE to DEST

       -g, --group <GROUP>

              set group ownership, instead of process's current group

       -h, --help

              Print help information

       -m, --mode <MODE>

              set permission mode (as in chmod), instead of rwxr-xr-x

       -o, --owner <OWNER>

              set ownership (super-user only)

       -p, --preserve-timestamps

              apply access/modification times of SOURCE files to corresponding destination files

       -P, --preserve-context

              (unimplemented) preserve security context

       -s, --strip

              strip symbol tables (no action Windows)

       -S, --suffix <SUFFIX>

              override the usual backup suffix

       --strip-program <PROGRAM>

              program used to strip binaries (no action Windows)

       -t, --target-directory <DIRECTORY>

              move all SOURCE arguments into DIRECTORY

       -T, --no-target-directory

              (unimplemented) treat DEST as a normal file

       -v, --verbose

              explain what is being done

       -V, --version

              Print version information

       -Z, --context <CONTEXT>

              (unimplemented) set security context of files and directories

SEE ALSO

       The  full  documentation  for  install is maintained as a Texinfo manual.  If the info and
       install programs are properly installed at your site, the command

              info install

       should give you access to the complete manual.