Skip to content

Commit

Permalink
fix: mark index as required for replace and switch flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaitanyabsprip committed Jun 10, 2024
1 parent faaa278 commit c194f8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions harpoon
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ help() {
echo "Options:"
echo " -a Track current tmux session"
echo " -A Track pane within current tmux session"
echo " -r [index] Replace tracked entry at index with current session"
echo " -R [index] Replace tracked entry at index with current pane within session"
echo " -r <index> Replace tracked entry at index with current session"
echo " -R <index> Replace tracked entry at index with current pane within session"
echo " -d [session_name] Stop tracking session with session name. If"
echo " session_name is not passed then remove current session"
echo " -l List tracked sessions"
echo " -s [index] Switch to the session at the specified index in the"
echo " -s <index> Switch to the session at the specified index in the"
echo " list of tracked sessions"
echo " -e Edit the sessions file"
echo " -h Display this help message"
Expand Down

0 comments on commit c194f8c

Please sign in to comment.