aboutsummaryrefslogtreecommitdiff
path: root/projects/libreboot-tools
diff options
context:
space:
mode:
authorSwift Geek <swiftgeek@gmail.com>2019-02-22 05:23:50 +0000
committerGogs <gogitservice@gmail.com>2019-02-22 05:23:50 +0000
commitf27fed3d49d09aa1dc0e2acd462fba48e6adbbe2 (patch)
tree2be560c0d1924abef1db2e893be2a5f34e25e456 /projects/libreboot-tools
parent277cb88ce8cf8b37864eeddb52567fc8e3502013 (diff)
parentf68a397ef3cb48cc3a6aec5c656a1f25cac4868d (diff)
downloadlibrebootfr-f27fed3d49d09aa1dc0e2acd462fba48e6adbbe2.tar.gz
librebootfr-f27fed3d49d09aa1dc0e2acd462fba48e6adbbe2.zip
Merge branch 'missing-functions' of and_who/libreboot into master
Diffstat (limited to 'projects/libreboot-tools')
-rwxr-xr-xprojects/libreboot-tools/libreboot-tools4
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" "$@"
}