Răsfoiți Sursa

Fix typo in TEMP_DIR documentation

The documentation for the option `-d` mentioned the use of `mkdir -d` (which, I checked man, does not exist).
Instead, `mktemp` is what’s used in L306
romaindoumenc 8 luni în urmă
părinte
comite
e4f415dfc0
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      alpine-make-rootfs

+ 1 - 1
alpine-make-rootfs

@@ -63,7 +63,7 @@
 #   -d --temp-dir TEMP_DIR                Path where to create a temporary directory; used for
 #                                         downloading apk-tools when not available on the host
 #                                         sytem or for rootfs when <dest> is "-" (i.e. STDOUT).
-#                                         This path must not exist! Defaults to using `mkdir -d`.
+#                                         This path must not exist! Defaults to using `mktemp -d`.
 #
 #   -t --timezone TIMEZONE                Timezone to set (e.g. Europe/Prague). Default is to leave
 #                                         timezone UTC.