Skip to content

Commit

Permalink
only show command name in usage help
Browse files Browse the repository at this point in the history
  • Loading branch information
bretello committed Feb 9, 2024
1 parent 25bacd3 commit bb80064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wl-clipboard-history
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ listen () {
}

helpusage () {
echo "Usage: $0 OPTION [ARG]"
echo "Usage: $(basename $0) OPTION [ARG]"
echo ""
echo "Without any arguments the command will insert contents of stdin in the database"
echo " -t Track clipboard changes"
Expand Down

0 comments on commit bb80064

Please sign in to comment.