diff --git a/src/librustdoc/lib.rs b/src/librustdoc/lib.rs index 1b0ff3a71d7..7ebacdec1f0 100644 --- a/src/librustdoc/lib.rs +++ b/src/librustdoc/lib.rs @@ -254,7 +254,8 @@ pub fn opts() -> Vec { o.optopt("", "linker", "linker used for building executable test code", "PATH") }), unstable("sort-modules-by-appearance", |o| { - o.optflag("", "sort-modules-by-appearance", "sort modules by where they appear in the program, rather than alphabetically") + o.optflag("", "sort-modules-by-appearance", "sort modules by where they appear in the \ + program, rather than alphabetically") }), ] }