diff options
Diffstat (limited to 'libreboot')
-rwxr-xr-x | libreboot | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -100,8 +100,8 @@ libreboot_project() { if ! project_function_check "$project" "$action"; then libreboot_usage exit 1 - elif [[ "$action" == 'usage' ]]; then - project_action "$action" "$project" "$@" + elif [[ $action == usage ]]; then + project_action_usage "$project" "$@" else project_action_arguments "$action" "$project" "$@" fi |