Skip to content

Commit

Permalink
Fix github repo addr
Browse files Browse the repository at this point in the history
  • Loading branch information
jclehner committed Aug 29, 2018
1 parent f8543ca commit cb61e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bcm2cfg.cc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ int usage(bool help = false)
os <<
"bcm2cfg " VERSION " Copyright (C) 2016-2018 Joseph C. Lehner\n"
"Licensed under the GNU GPLv3; source code is available at\n"
"https://github.com/jclehner/bcm2utils\n"
"https://github.com/jclehner/bcm2-utils\n"
"\n";

return help ? 0 : 1;
Expand Down
2 changes: 1 addition & 1 deletion bcm2dump.cc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void usage(bool help = false)
os << endl;
os << "bcm2dump " << VERSION <<" Copyright (C) 2016-2018 Joseph C. Lehner" << endl;
os << "Licensed under the GNU GPLv3; source code is available at" << endl;
os << "https://github.com/jclehner/bcm2utils" << endl;
os << "https://github.com/jclehner/bcm2-utils" << endl;
os << endl;
}

Expand Down

0 comments on commit cb61e38

Please sign in to comment.