Skip to content

Commit

Permalink
add client -h option to getopts
Browse files Browse the repository at this point in the history
fixes #284
  • Loading branch information
furlongm committed Feb 16, 2021
1 parent df1c325 commit a19bdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/patchman-client
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ usage() {
}

parseopts() {
while getopts "vdnrs:c:t:" opt; do
while getopts "vdnrs:c:t:h:" opt; do
case ${opt} in
v)
verbose=1
Expand Down

0 comments on commit a19bdcf

Please sign in to comment.