Skip to content

Commit

Permalink
Correct reported program name in rcdn -V
Browse files Browse the repository at this point in the history
Fixes #269
  • Loading branch information
ratijas committed Nov 4, 2020
1 parent 68fe315 commit 9367aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rcdn.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ handle_command_line() {
done
shift $(($OPTIND-1))

handle_common_flags rcup $version $verbosity
handle_common_flags rcdn $version $verbosity
hostname="$(determine_hostname "$hostname")"

tags="${arg_tags:-$TAGS}"
Expand Down

0 comments on commit 9367aa9

Please sign in to comment.