Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Typo: fix the link for the edit command #80

Merged
merged 1 commit into from
May 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Commands

<dl>
<dt><a href="https://github.com/OrkoHunter/keep/blob/master/keep/commands/cmd_update.py">edit</a></dt>
<dt><a href="https://github.com/OrkoHunter/keep/blob/master/keep/commands/cmd_edit.py">edit</a></dt>
<dd>Edit the saved commands and their descriptions.</dd>

<dt><a href="https://github.com/OrkoHunter/keep/blob/master/keep/commands/cmd_grep.py">grep</a> "PATTERN"</dt>
Expand Down Expand Up @@ -110,4 +110,4 @@ $ keep run "tar" -n
Enter value for 'tarfile': /path/to/tar
Enter value for 'dest': /my/folder/

```
```