diff options
author | June McEnroe <june@causal.agency> | 2021-01-26 15:54:30 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-26 16:40:16 -0500 |
commit | bee17a82783cd3bd93b306315a63aab24124d63b (patch) | |
tree | d158ba4ae0111411f8fa2cc4f88190af809e2a81 /catgirl.1 | |
parent | Tighten up XDG base directory path handling (diff) | |
download | catgirl-bee17a82783cd3bd93b306315a63aab24124d63b.tar.gz catgirl-bee17a82783cd3bd93b306315a63aab24124d63b.zip |
Clarify configuration path interpretations
Diffstat (limited to '')
-rw-r--r-- | catgirl.1 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/catgirl.1 b/catgirl.1 index d228c8e..b09d55e 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -68,9 +68,10 @@ listed on the command line. Files are searched for in .Pa $XDG_CONFIG_DIRS/catgirl unless the path starts with -.Ql / +.Ql / , +.Ql \&./ or -.Ql \&. . +.Ql \&../ . Each option is placed on a line, and lines beginning with .Ql # @@ -290,16 +291,17 @@ Set realname to The default realname is the same as the nickname. . .It Fl s Ar name , Cm save = Ar name -Load and save the contents of windows from +Save and load the contents of windows from .Ar name in .Pa $XDG_DATA_DIRS/catgirl , or an absolute or relative path if .Ar name starts with -.Ql / +.Ql / , +.Ql \&./ , or -.Ql \&. . +.Ql \&../ . . .It Fl t Ar path , Cm trust = Ar path Trust the certificate loaded from |