Skip to content

Commit

Permalink
src/woeusb: process_cmdline_params: Update message using old option n…
Browse files Browse the repository at this point in the history
…ame(again)

Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Oct 28, 2017
1 parent 58ef383 commit 90227bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/woeusb
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ process_commandline_parameters(){
if [ "${#parameters[@]}" -lt 2 ]; then
echo_with_color\
"red"\
"${FUNCNAME[0]}: Error: --install option requires 2 arguments!"
"${FUNCNAME[0]}: Error: --partition option requires 2 arguments!"
return 1
fi
source_media_ref="${parameters[0]}"
Expand Down

0 comments on commit 90227bc

Please sign in to comment.