Skip to content

Commit

Permalink
Merge pull request #424 from shivmgg/master
Browse files Browse the repository at this point in the history
Improve `debug edid` help and error
  • Loading branch information
mithro committed Jul 21, 2018
2 parents 1e7dbe2 + a6c42b6 commit 1dd89e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/ci.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ static void help_debug(void)
wputs(" debug ddr - show DDR bandwidth");
#endif
wputs(" debug dna - show Board's DNA");
wputs(" debug edid - dump monitor EDID");
wputs(" debug edid <port> - dump monitor EDID");
#ifdef CSR_CAS_BASE
wputs(" debug cas leds <value> - change the status LEDs");
wputs(" debug cas switches - read the control switches status");
Expand Down Expand Up @@ -1301,7 +1301,7 @@ void ci_service(void)
}
#endif
if(found == 0)
wprintf("%s port has no EDID capabilities\n", token);
wprintf("no such port\n");
#ifdef CSR_CAS_BASE
} else if(strcmp(token, "cas") == 0) {
token = get_token(&str);
Expand Down

0 comments on commit 1dd89e6

Please sign in to comment.