diff options
Diffstat (limited to 'projects/libreboot-release')
-rwxr-xr-x | projects/libreboot-release/libreboot-release | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/libreboot-release/libreboot-release b/projects/libreboot-release/libreboot-release index ed9604e1..2051ad14 100755 --- a/projects/libreboot-release/libreboot-release +++ b/projects/libreboot-release/libreboot-release @@ -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" +} + install() { local install_path=$(project_install_path "$project" "$@") |