diff simtool/sstdump.c @ 59:c56e63a8725d

fc-simtool sst-dump command shortened to just sst
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 14 Feb 2021 01:43:56 +0000
parents bbc2821288aa
children
line wrap: on
line diff
--- a/simtool/sstdump.c	Sat Feb 13 21:40:38 2021 +0000
+++ b/simtool/sstdump.c	Sun Feb 14 01:43:56 2021 +0000
@@ -1,6 +1,7 @@
 /*
- * This module implements the sst-dump command,
- * providing a more readable form of the SIM Service Table.
+ * This module implements the sst command, listing the SIM Service Table
+ * in a human-readable, yet very compact form: just a list of activated
+ * (or allocated but not activated, specially marked) service numbers.
  */
 
 #include <sys/types.h>
@@ -9,7 +10,7 @@
 #include "curfile.h"
 #include "file_id.h"
 
-cmd_sst_dump()
+cmd_sst()
 {
 	int rc;
 	unsigned byte, pos, code, nserv, linelen;