Changeset 1470 for trunk/applications/NXbrowse/NXbrowse.c
- Timestamp:
- 08/05/10 22:04:00 (2 years ago)
- File:
-
- 1 edited
-
trunk/applications/NXbrowse/NXbrowse.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/NXbrowse/NXbrowse.c
r1389 r1470 101 101 { "close", "Move out of a group" }, 102 102 { "dir", "" }, 103 { "ls", "" }, 103 104 { "read", "" }, 104 105 { "open", "" }, … … 106 107 { "info", "" }, 107 108 { "exit", "" }, 109 { "quit", "" }, 108 110 { "dump", "" }, 109 111 { "bytesaschar", "" }, … … 373 375 if (StrEq(command, "HELP") || StrEq(command, "INFO")) { 374 376 printf ("NXbrowse commands : DIR\n"); 377 printf (" LS\n"); 375 378 printf (" OPEN <groupName>\n"); 379 printf (" CD <groupName>\n"); 376 380 printf (" READ <dataName>\n"); 377 381 printf (" READ <dataName>[<dimension indices...>]\n"); … … 381 385 printf (" HELP\n"); 382 386 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"); 383 393 } 384 394 /* Command is to print byte as char information */
Note: See TracChangeset
for help on using the changeset viewer.
