diff options
Diffstat (limited to 'projects/cbmem')
-rwxr-xr-x | projects/cbmem/cbmem | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/cbmem/cbmem b/projects/cbmem/cbmem index 3e240529..cead0de5 100755 --- a/projects/cbmem/cbmem +++ b/projects/cbmem/cbmem @@ -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() { local repository="coreboot" |