diff options
author | June McEnroe <june@causal.agency> | 2021-01-28 16:34:18 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-28 16:34:18 -0500 |
commit | 59167aad9fc3ba4e63f32358a0062dd9f2273d4b (patch) | |
tree | efcfd9dc29482cdd4ffa4c711cc40d1c240d0906 | |
parent | Tighten up XDG base directory path handling (diff) | |
download | pounce-59167aad9fc3ba4e63f32358a0062dd9f2273d4b.tar.gz pounce-59167aad9fc3ba4e63f32358a0062dd9f2273d4b.zip |
Clarify configuration path interpretations
Diffstat (limited to '')
-rw-r--r-- | pounce.1 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/pounce.1 b/pounce.1 index 148180f..95d4d79 100644 --- a/pounce.1 +++ b/pounce.1 @@ -101,9 +101,10 @@ files listed on the command line. Files are searched for in .Pa $XDG_CONFIG_DIRS/pounce unless the path starts with -.Ql / +.Ql / , +.Ql \&./ or -.Ql \&. . +.Ql \&../ . Certificate and private key paths are searched for in the same manner. Each option is placed on a line, @@ -268,16 +269,17 @@ See .Sx Configuring CertFP . . .It Fl f Ar path , Cm save = Ar path -Load and save the contents of the buffer from +Save and load the contents of the buffer from .Ar path in .Pa $XDG_DATA_DIRS/pounce , or an absolute or relative path if .Ar path starts with -.Ql / +.Ql / , +.Ql \&./ or -.Ql \&. . +.Ql \&../ . The file is truncated after loading. . .It Fl g Ar path |