[llvm-nm] Update documentation to cover object file support and arguments.
[oota-llvm.git] / tools / llvm-nm / llvm-nm.cpp
index 8d9e51e56ebd1007801ee403be93bb5dafa2d3c0..9afbd4db90c39a96d64164cbe0a5339a9db40425 100644 (file)
@@ -7,12 +7,12 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This program is a utility that works like traditional Unix "nm",
-// that is, it prints out the names of symbols in a bitcode file,
-// along with some information about each symbol.
+// This program is a utility that works like traditional Unix "nm", that is, it
+// prints out the names of symbols in a bitcode or object file, along with some
+// information about each symbol.
 //
-// This "nm" does not print symbols' addresses. It supports many of
-// the features of GNU "nm", including its different output formats.
+// This "nm" supports many of the features of GNU "nm", including its different
+// output formats.
 //
 //===----------------------------------------------------------------------===//