diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-25 22:29:48 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-25 22:29:48 +0200 |
| commit | fada861c5f00be5b2d86ca9e2667b57af50ad3d7 (patch) | |
| tree | ab3984985471742dccbad987b1ba83932ffcdc8b | |
| parent | 4956df1891fade445e6ef5aac47ee94f1d21da24 (diff) | |
| download | slcl-fada861c5f00be5b2d86ca9e2667b57af50ad3d7.tar.gz | |
README.md: Remove wrong comment about /tmpv0.1.0-rc4v0.1.0
/tmp is at least defined by POSIX.1-2017 at section 10 (Directory
Structure and Devices).
| -rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -183,9 +183,7 @@ slcl -p 7822 ~/my-db/ `slcl` requires a temporary directory where files uploaded by users are temporarily stored until moved to the user directory. By default, `slcl` attempts to retrieve the path to the temporary directory by inspecting the -`TMPDIR` environment variable, and falls back to `/tmp` (which is common -among Unix-like operating systems such as GNU/Linux, although not defined -by POSIX) if undefined. +`TMPDIR` environment variable, and falls back to `/tmp` if undefined. If a custom temporary directory is required, it can be defined via command line option `-t`. For example: |
