Ignore:
Timestamp:
08/05/10 22:04:00 (2 years ago)
Author:
Freddie Akeroyd
Message:

Update docs. Refs #220

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/applications/NXbrowse/NXbrowse.c

    r1389 r1470  
    101101    { "close", "Move out of a group" }, 
    102102    { "dir", "" }, 
     103    { "ls", "" }, 
    103104    { "read", "" }, 
    104105    { "open", "" }, 
     
    106107    { "info", "" }, 
    107108    { "exit", "" }, 
     109    { "quit", "" }, 
    108110    { "dump", "" }, 
    109111    { "bytesaschar", "" }, 
     
    373375      if (StrEq(command, "HELP") || StrEq(command, "INFO")) { 
    374376         printf ("NXbrowse commands : DIR\n"); 
     377         printf ("                    LS\n"); 
    375378         printf ("                    OPEN <groupName>\n"); 
     379         printf ("                    CD <groupName>\n"); 
    376380         printf ("                    READ <dataName>\n"); 
    377381         printf ("                    READ <dataName>[<dimension indices...>]\n"); 
     
    381385         printf ("                    HELP\n"); 
    382386         printf ("                    EXIT\n"); 
     387         printf ("\n"); 
     388         printf ("If readline support is enabled, pressing <TAB> after a command \n"); 
     389         printf ("or partial nexus object name will list/complete possible names\n"); 
     390         printf ("\n"); 
     391         printf ("    cd ent<TAB KEY PRESSED>     # all items starting with ent are listed\n"); 
     392         printf ("\n"); 
    383393      } 
    384394      /* Command is to print byte as char information */ 
Note: See TracChangeset for help on using the changeset viewer.