diff options
author | Swift Geek <swiftgeek@gmail.com> | 2019-02-22 05:23:50 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2019-02-22 05:23:50 +0000 |
commit | f27fed3d49d09aa1dc0e2acd462fba48e6adbbe2 (patch) | |
tree | 2be560c0d1924abef1db2e893be2a5f34e25e456 /projects/libreboot-tools | |
parent | 277cb88ce8cf8b37864eeddb52567fc8e3502013 (diff) | |
parent | f68a397ef3cb48cc3a6aec5c656a1f25cac4868d (diff) | |
download | librebootfr-f27fed3d49d09aa1dc0e2acd462fba48e6adbbe2.tar.gz librebootfr-f27fed3d49d09aa1dc0e2acd462fba48e6adbbe2.zip |
Merge branch 'missing-functions' of and_who/libreboot into master
Diffstat (limited to 'projects/libreboot-tools')
-rwxr-xr-x | projects/libreboot-tools/libreboot-tools | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/libreboot-tools/libreboot-tools b/projects/libreboot-tools/libreboot-tools index 41d4c8f3..dfb0a3a6 100755 --- a/projects/libreboot-tools/libreboot-tools +++ b/projects/libreboot-tools/libreboot-tools @@ -15,6 +15,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +usage() { + project_usage_actions "$project" +} + download() { project_action_projects "$action" "$project" "$@" } |