Add usage messages

This commit is contained in:
Ziga Oven
2021-03-18 14:06:45 -07:00
committed by Michael Davidsaver
parent 7eb7988e55
commit 746d21c71d
6 changed files with 122 additions and 37 deletions
+3 -1
View File
@@ -120,7 +120,9 @@ static void ascarCallFunc(const iocshArgBuf *args)
}
/* asDumpHash */
static const iocshFuncDef asDumpHashFuncDef = {"asDumpHash",0,0};
static const iocshFuncDef asDumpHashFuncDef = {"asDumpHash",0,0,
"Show the contents of the hash table used "
"to locate UAGs and HAGs.\n"};
static void asDumpHashCallFunc(const iocshArgBuf *args)
{
asDumpHash();