]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/usage/updating.itely
Doc: Use @dots{} instead of ... in Usage
[lilypond.git] / Documentation / usage / updating.itely
index 18eae26ab6fd206ede7639e2c6959d0895e16e8c..e7a1e80d6ebaf337259028aba699e75bbca3563f 100644 (file)
@@ -165,13 +165,13 @@ convert-ly --to=2.14.1 myfile.ly
 To upgrade LilyPond fragments in texinfo files, use
 
 @example
-convert-ly --from=... --to=... --no-version *.itely
+convert-ly --from=@dots{} --to=@dots{} --no-version *.itely
 @end example
 
 To see the changes in the LilyPond syntax between two versions, use
 
 @example
-convert-ly --from=... --to=... -s
+convert-ly --from=@dots{} --to=@dots{} -s
 @end example