Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

kdb-complete minor improvements #1310

Merged
merged 7 commits into from
Feb 8, 2017
7 changes: 4 additions & 3 deletions doc/help/kdb-complete.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ Where `path` is the path for which the user would like to receive completion sug
## DESCRIPTION

Show suggestions how the current name could be completed.
Suggestions will include existing key names, path segments of existing key names and mountpoints.
Additionally, the output will indicate wheter the given path is a node or a leaf in the hierarchy of keys.
Suggestions will include existing key names, path segments of existing key names, namespaces and mountpoints.
Additionally, the output will indicate wheter the given path is a node or a leaf in the hierarchy of keys,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo:

…indicate wheter the…

Correction:

…indicate whether the…

nodes end with '/' as opposed to leaves.

## OPTIONS

Expand All @@ -26,7 +27,7 @@ Additionally, the output will indicate wheter the given path is a node or a leaf
- `-M`, `--max-depth`=<max-depth>:
Specify the maximum depth of completion suggestions (unlimited by default, 1 to show only the next level), inclusive.
- `-v`, `--verbose`:
Explain what is happening.
Give a more detailed output, showing the number of child nodes and the depth level.
- `-0`, `--null`:
Use binary 0 termination.
- `-d`, `--debug`:
Expand Down