summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkyoheiu <kyoheiu@outlook.com>2022-12-19 05:26:25 +0900
committerkyoheiu <kyoheiu@outlook.com>2022-12-19 05:26:25 +0900
commitded0e2481d04f3a2a2e0a2256658da2bcb43e7d2 (patch)
tree3340c3d07233a9283466d53223ccacd6e1b4c201 /README.md
parent41507066fce3092b1c385c243434c179a0f40926 (diff)
Better documentation about the option
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4be0ab3..0aa3ff7 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,7 @@ These apps do not need any configuration to use with felix!
```
`fx` => Show items in the current directory.
-`fx <directory path>` => Show items in the path.
+`fx <directory path>` => Show items in the directory.
Both relative and absolute path available.
```
@@ -132,7 +132,7 @@ Both relative and absolute path available.
```
`-h` | `--help` => Print help.
`-v` | `--version` => Check update.
-`-l [path]` | `--log [path]` => Launch the app and create a log file.
+`-l` | `--log` => Launch the app, automatically generating a log file in `{data_local_dir}/felix/log`.
```
<a id="key-manual"></a>