aboutsummaryrefslogtreecommitdiffstats
path: root/docs/list.md
diff options
context:
space:
mode:
authorBaptiste <32563450+BapRx@users.noreply.github.com>2023-01-11 22:36:51 +0100
committerGitHub <noreply@github.com>2023-01-11 21:36:51 +0000
commit62f001898add1edda5db377ad5e96867b72b9b2b (patch)
treee11fc343cae9a6bbc8d16276892458c3d35dc3ed /docs/list.md
parentchore(#621): Exit atuin when pressing down arrow on most recent entry (#659) (diff)
downloadatuin-62f001898add1edda5db377ad5e96867b72b9b2b.zip
docs: Remove human short flag from docs, duplicate of help -h (#663)
Diffstat (limited to 'docs/list.md')
-rw-r--r--docs/list.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/list.md b/docs/list.md
index 1b04a5b8..6dfb6971 100644
--- a/docs/list.md
+++ b/docs/list.md
@@ -8,4 +8,5 @@ atuin history list
| -------------- | ----------------------------------------------------------------------------- |
| `--cwd/-c` | The directory to list history for (default: all dirs) |
| `--session/-s` | Enable listing history for the current session only (default: false) |
-| `--human/-h` | Use human-readable formatting for the timestamp and duration (default: false) |
+| `--human` | Use human-readable formatting for the timestamp and duration (default: false) |
+| `--cmd-only` | Show only the text of the command (default: false) |