Skip to content

Commit

Permalink
Remove two double spaces at end of line (which force newline)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmf01 authored Dec 18, 2024
1 parent 748ea6e commit 03f04dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/flac.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ Some typical encoding and decoding tasks using flac:
whitespace is needed to start new options with single/double dash.
The -m option does not, and the following "3" is the -3 compression
setting. The options could equally well have been written out as
-V -j 2 -m -3 -f -o Track04.flac , or as -fo Track04.flac -3mVj2.
flac also employs the convention that `-- ` (with whitespace!)
-V -j 2 -m -3 -f -o Track04.flac , or as -fo Track04.flac -3mVj2.
flac also employs the convention that `-- ` (with whitespace!)
signifies end of options, treating everything to follow as filename.
That is needed when an input filenames could otherwise be read as an
option, and "-7" is one such.
Expand Down

0 comments on commit 03f04dc

Please sign in to comment.