source: mainline/uspace/app/bdsh/cmds/modules/unmount/unmount_def.h@ fcfac250

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since fcfac250 was 0cb2d72, checked in by Jakub Jermar <jakub@…>, 16 years ago

Add dummy unmount command to bdsh.

  • Property mode set to 100644
File size: 136 bytes
Line 
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.