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/cros-scripts | |
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/cros-scripts')
-rwxr-xr-x | projects/cros-scripts/cros-scripts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/cros-scripts/cros-scripts b/projects/cros-scripts/cros-scripts index 0db79f96..1171e459 100755 --- a/projects/cros-scripts/cros-scripts +++ b/projects/cros-scripts/cros-scripts @@ -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() { project_install "$project" } |