aboutsummaryrefslogtreecommitdiffstats
path: root/skate/cmd/skate-map/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'skate/cmd/skate-map/main.go')
-rw-r--r--skate/cmd/skate-map/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/skate/cmd/skate-map/main.go b/skate/cmd/skate-map/main.go
index 6c61af0..57a1498 100644
--- a/skate/cmd/skate-map/main.go
+++ b/skate/cmd/skate-map/main.go
@@ -83,6 +83,7 @@ func main() {
"cdxu": skate.MapperCdxSummary,
"bref": skate.MapperBrefWork,
"rewo": skate.MapperReleaseWork,
+ "bidt": skate.MapperBrefIdentifierTable,
}
if *logFile != "" {
f, err := os.OpenFile(*logFile, os.O_CREATE|os.O_APPEND, 0644)