Skip to content

Commit

Permalink
src/winusb: print_help: Disable trace printing for this function
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 7, 2017
1 parent 0eea3a7 commit 62b3c42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/winusb
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,7 @@ copy_filesystem_files(){
print_help(){
util_check_function_parameters_quantity 0 "${#}"

set +o xtrace
echo -e "${APPLICATION_NAME}'s Help"
echo -e "=========================="
echo -e "Create a bootable Windows USB device from a bootable Windows optical disk or an disk image"
Expand Down

0 comments on commit 62b3c42

Please sign in to comment.