1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Fix the default search paths and documentation (#2093)

This commit is contained in:
itchyny
2023-07-03 09:12:22 +09:00
committed by GitHub
parent 5ae04c0f52
commit 4b5fcb936f
4 changed files with 7 additions and 7 deletions

View File

@@ -2765,8 +2765,8 @@ sections:
For paths starting with "~/", the user's home directory is
substituted for "~".
For paths starting with "$ORIGIN/", the path of the jq executable
is substituted for "$ORIGIN".
For paths starting with "$ORIGIN/", the directory where the jq
executable is located is substituted for "$ORIGIN".
For paths starting with "./" or paths that are ".", the path of
the including file is substituted for ".". For top-level programs