Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve output of help command #492

Merged
merged 1 commit into from
Feb 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions helpers/helpers_emba_print.sh
Original file line number Diff line number Diff line change
Expand Up @@ -558,10 +558,10 @@ print_help()
echo -e "$CYAN""-z""$NC"" Adds ANSI color codes to log"
echo -e "$CYAN""-B""$NC"" Enables status bar (Warning: unstable on some firmware images)"
echo -e "\\nFirmware details"
echo -e "$CYAN""-X [version]""$NC"" Firmware version (double quote your input)"
echo -e "$CYAN""-Y [vendor]""$NC"" Firmware vendor (double quote your input)"
echo -e "$CYAN""-Z [device]""$NC"" Device (double quote your input)"
echo -e "$CYAN""-N [notes]""$NC"" Testing notes (double quote your input)"
echo -e "$CYAN""-X [version]""$NC"" Firmware version (versions aka 1.2.3-a:b only)"
echo -e "$CYAN""-Y [vendor]""$NC"" Firmware vendor (alphanummerical values only)"
echo -e "$CYAN""-Z [device]""$NC"" Device (alphanummerical values only)"
echo -e "$CYAN""-N [notes]""$NC"" Testing notes (alphanummerical values only)"
echo -e "\\nHelp"
echo -e "$CYAN""-h""$NC"" Prints this help message"

Expand Down