library/demo: log

This commit is contained in:
xushiwei
2024-07-08 15:17:08 +08:00
parent 8db3ccce2e
commit 1d4cba9180
9 changed files with 268 additions and 79 deletions

View File

@@ -26,7 +26,7 @@ import (
func main() {
if len(os.Args) != 2 {
fmt.Fprintln(os.Stderr, "Usage: nmdump xxx.a")
fmt.Fprintln(os.Stderr, "Usage: nmdump libfile")
return
}