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

NAME

       mktemp - manual page for mktemp 0.0.14

DESCRIPTION

       /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/mktemp 0.0.14 create
       a temporary file or directory.

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

   ARGS:
       <template>...
              [default: tmp.XXXXXXXXXX]

   OPTIONS:
       -d, --directory
              Make a directory instead of a file

       -h, --help
              Print help information

       -p, --tmpdir <DIR>
              interpret  TEMPLATE  relative to DIR; if DIR is not specified, use $TMPDIR ($TMP on
              windows) if set, else /tmp. With this option, TEMPLATE  must  not  be  an  absolute
              name;  unlike  with  -t,  TEMPLATE may contain slashes, but mktemp creates only the
              final component

       -q, --quiet
              Fail silently if an error occurs.

       --suffix <SUFFIX>
              append SUFFIX to TEMPLATE; SUFFIX must not contain a path separator.   This  option
              is implied if TEMPLATE does not end with X.

       -t     Generate  a template (using the supplied prefix and TMPDIR (TMP on windows) if set)
              to create a filename template [deprecated]

       -u, --dry-run
              do not create anything; merely print a name (unsafe)

       -V, --version
              Print version information

SEE ALSO

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

              info mktemp

       should give you access to the complete manual.