lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
Last change
on this file since e2ea8d7e was b510d52, checked in by Tim Post <echo@…>, 18 years ago |
|
Fix command description display, only command entry points need to be exposed.
|
-
Property mode
set to
100644
|
|
File size:
123 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "rm",
|
|---|
| 3 | "Remove files and directories",
|
|---|
| 4 | &cmd_rm,
|
|---|
| 5 | &help_cmd_rm,
|
|---|
| 6 | 0
|
|---|
| 7 | },
|
|---|
| 8 |
|
|---|
| 9 | {
|
|---|
| 10 | "del",
|
|---|
| 11 | NULL,
|
|---|
| 12 | &cmd_rm,
|
|---|
| 13 | &help_cmd_rm,
|
|---|
| 14 | 0
|
|---|
| 15 | },
|
|---|
| 16 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.