Skip to content

Commit

Permalink
Merge pull request #231 from atsign-foundation/fix/grep-bug
Browse files Browse the repository at this point in the history
fix: grep bug
  • Loading branch information
XavierChanth committed Jun 30, 2023
2 parents 5572b3e + 013a177 commit e9b5a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/client/sshnp-full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ HOST="$DEFAULT_HOST_ATSIGN";
PUBLIC_KEY="$SSHNP_PUBLIC_KEY";

usage() {
"$HOME/.local/bin/$BINARY_NAME" --help | grep -v -e "(mandatory)" -e "FormatException";
"$HOME/.local/bin/$BINARY_NAME" --help | grep -v -e "(mandatory)" -v -e "FormatException";
echo "Note: previously device name was a positional argument, please specify it with -d."
}

Expand Down

0 comments on commit e9b5a89

Please sign in to comment.