added show sun
[spider.git] / cmd / Aliases
index 9c5094e4c6def5efb679840b3229c185198d3b77..6f9d545d19d0f12c382d8dc392e2bd1de154b2c6 100644 (file)
@@ -23,7 +23,7 @@ package CmdAlias;
 
 %alias = (
     '?' => [
-         '^\?', 'help', 'help',
+         '^\?', 'apropos help', 'apropos',
        ],
     'a' => [
          '^ann.*/full', 'announce full', 'announce', 
@@ -94,6 +94,7 @@ package CmdAlias;
          '^sh\w*/bu', 'show/files bulletins', 'show/files',
          '^sh\w*/c/n', 'show/configuration nodes', 'show/configuration',
          '^sh\w*/c$', 'show/configuration', 'show/configuration',
+         '^sh\w*/com', 'dbavail', 'dbavail',
          '^sh\w*/dx/(\d+)-(\d+)', 'show/dx $1-$2', 'show/dx',
          '^sh\w*/dx/(\d+)', 'show/dx $1', 'show/dx',
          '^sh\w*/dx/d(\d+)', 'show/dx from $1', 'show/dx',