Skip to content

Commit

Permalink
puma.1: add missing escapes
Browse files Browse the repository at this point in the history
  • Loading branch information
clawoflight committed Jan 14, 2017
1 parent c4145a5 commit c64f5ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/puma-profile-grep
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PUMA_KEYRING="${PUMA_KEYRING:-$HOME/Documents/keyring}"

# Check for an argument
if (($# < 1)); then
echo "usage: $0 [--no-color] <expression>"
echo "usage: $0 [--no-color] <pattern>"
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion man1/puma.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
puma - simple password manager

# SYNOPSIS
puma [*options*] <account>
puma [*options*] \<account\>

# Description
Log in automatically using the credentials for the specified account.
Expand Down

0 comments on commit c64f5ae

Please sign in to comment.