[llvm-symbolizer][doc] Reorder --relativenames in options list
authorJames Henderson <james.henderson@sony.com>
Tue, 12 Jan 2021 10:11:49 +0000 (10:11 +0000)
committerJames Henderson <james.henderson@sony.com>
Wed, 20 Jan 2021 11:50:00 +0000 (11:50 +0000)
This puts it in alphabetical order, matching the rest of the list.

Reviewed by: MaskRay, saugustine

Differential Revision: https://reviews.llvm.org/D94481

llvm/docs/CommandGuide/llvm-symbolizer.rst

index f2a8d8e..40986ea 100644 (file)
@@ -182,12 +182,6 @@ OPTIONS
 
   Print just the file's name without any directories, instead of the
   absolute path.
-
-.. option:: --relativenames
-
-  Print the file's path relative to the compilation directory, instead
-  of the absolute path. If the command-line to the compiler included
-  the full path, this will be the same as the default.
   
 .. _llvm-symbolizer-opt-C:
 
@@ -321,6 +315,12 @@ OPTIONS
     11 >:   return foz() + k;
     12  : }
 
+.. option:: --relativenames
+
+  Print the file's path relative to the compilation directory, instead
+  of the absolute path. If the command-line to the compiler included
+  the full path, this will be the same as the default.
+
 .. _llvm-symbolizer-opt-use-symbol-table:
 
 .. option:: --use-symbol-table