source:
mainline/uspace/app/bdsh/cmds/modules/unmount/unmount_def.inc
Last change on this file was f3d47c97, checked in by , 7 years ago | |
---|---|
|
|
File size: 136 bytes |
Rev | Line | |
---|---|---|
[0cb2d72] | 1 | { |
2 | "unmount", | |
3 | "The unmount command", | |
4 | &cmd_unmount, | |
5 | &help_cmd_unmount, | |
6 | }, | |
7 | ||
8 | { | |
9 | "umount", | |
10 | NULL, | |
11 | &cmd_unmount, | |
12 | &help_cmd_unmount, | |
13 | }, | |
14 |
Note:
See TracBrowser
for help on using the repository browser.