#!/bin/sh

for f in ../help/*
do grep '^     [A-Z][A-Za-z]* *- ' $f | sed 's/^     //'
done | sort| uniq
