Add missing description to llvm-remarkutil doc header
authorJessica Paquette <jpaquette@apple.com>
Mon, 12 Sep 2022 22:17:57 +0000 (15:17 -0700)
committerJessica Paquette <jpaquette@apple.com>
Mon, 12 Sep 2022 22:19:24 +0000 (15:19 -0700)
Doc builder caught this:

```
File ".../llvm/src/llvm/docs/conf.py", line 271, in process_rst
name,description = title.split(' - ', 1)
ValueError: not enough values to unpack (expected 2, got 1)
```

llvm/docs/CommandGuide/LLVMRemarkUtil.rst

index b068dc3..141ba42 100644 (file)
@@ -1,4 +1,4 @@
-llvm-remarkutil -
+llvm-remarkutil - Remark utility
 ==============================================================
 
 .. program:: llvm-remarkutil