<p>David Hendricks has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20818">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">board_status: Show help if no arguments are specified<br><br>Change-Id: Ib7d358771b21eaf7fbfefbd62d5da3ffbc44c733<br>Signed-off-by: David Hendricks <david.hendricks@gmail.com><br>---<br>M util/board_status/board_status.sh<br>1 file changed, 5 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/20818/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/util/board_status/board_status.sh b/util/board_status/board_status.sh<br>index 1dcca71..d8931f5 100755<br>--- a/util/board_status/board_status.sh<br>+++ b/util/board_status/board_status.sh<br>@@ -199,6 +199,11 @@<br>    exit $EXIT_FAILURE<br> fi<br> <br>+if [ $# -eq 0 ]; then<br>+   show_help<br>+    exit $EXIT_SUCCESS<br>+fi<br>+<br> LONGOPTS="clobber,help,image:,remote-host:,upload-results"<br> LONGOPTS="${LONGOPTS},serial-device:,serial-speed:"<br> LONGOPTS="${LONGOPTS},ssh-port:"<br></pre><p>To view, visit <a href="https://review.coreboot.org/20818">change 20818</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/20818"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ib7d358771b21eaf7fbfefbd62d5da3ffbc44c733 </div>
<div style="display:none"> Gerrit-Change-Number: 20818 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: David Hendricks <david.hendricks@gmail.com> </div>