From 4764d492fd3bf942280aa6ed5e0a2f88510abd23 Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Fri, 26 Jun 2009 11:02:23 +0100 Subject: [PATCH] Docs: AU 3.4 Clarify action of convert-ly -e (cherry picked from commit 650bcb7e72cba819300780bf4479f14b911e7cff) --- Documentation/user/running.itely | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/user/running.itely b/Documentation/user/running.itely index 49a4eecba7..264235bd98 100644 --- a/Documentation/user/running.itely +++ b/Documentation/user/running.itely @@ -482,7 +482,12 @@ convert-ly -e myfile.ly @end example @noindent -or, if you want to preserve the original file +This will upgrade @code{myfile.ly} in-place and preserve the +original file in @code{myfile.ly~}. + +Alternatively, if you want to specify a different name for the +upgraded file, preserving the original file and name unchanged, +use @example convert-ly myfile.ly > mynewfile.ly -- 2.39.2