Skip to content

Commit

Permalink
Merge branch 'version/2.4'
Browse files Browse the repository at this point in the history
* version/2.4:
  "-versions" is not a common spelling, adn we advertise "-version" in the changelog
  • Loading branch information
muffato committed Dec 21, 2016
2 parents c81cfd0 + 63398cf commit 9b1fa64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/beekeeper.pl
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ sub main {

# other commands/options
'h|help!' => \$help,
'v|versions!' => \$report_versions,
'v|version|versions!' => \$report_versions,
'sync!' => \$sync,
'dead!' => \$check_for_dead,
'unkwn!' => \$bury_unkwn_workers,
Expand Down
2 changes: 1 addition & 1 deletion scripts/db_cmd.pl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sub main {

'verbose!' => \$verbose,
'help!' => \$help,
'v|versions!' => \$report_versions,
'v|version|versions!' => \$report_versions,
) or die "Error in command line arguments\n";

my $dbc;
Expand Down
2 changes: 1 addition & 1 deletion scripts/runWorker.pl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sub main {

# Other commands
'h|help' => \$help,
'v|versions' => \$report_versions,
'v|version|versions' => \$report_versions,
'debug=i' => \$debug,
) or die "Error in command line arguments\n";

Expand Down

0 comments on commit 9b1fa64

Please sign in to comment.