diff options
-rw-r--r-- | src/prj/mmv/index.gsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/prj/mmv/index.gsp b/src/prj/mmv/index.gsp index 3f3ba81..96465a2 100644 --- a/src/prj/mmv/index.gsp +++ b/src/prj/mmv/index.gsp @@ -67,7 +67,8 @@ html lang="en" { the command-line. We basically always do this with the @code{-mv} utility, and it gets the job done most of the time. Want to rename one file? Use @code{-mv}! Want to move a bunch of files into a directory? - Use @code{-mv}! How could mv ever go wrong? Well I’m glad you asked! + Use @code{-mv}! How could @code{-mv} ever go wrong? Well I’m glad you + asked! } h2 #moving {-Advanced Moving and Pitfalls} |