Skip to content

Commit

Permalink
'mount' / 'umount' -> 'imgmount' / 'imgumount' (in scripts)
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k3 committed Jul 11, 2017
1 parent 1a080c3 commit 7b3438d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/filesys/fsscript.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ Gm9ScriptCmd cmd_list[] = {
{ CMD_ID_INJECT , "inject" , 2, _FLG('n') },
{ CMD_ID_RM , "rm" , 1, 0 },
{ CMD_ID_MKDIR , "mkdir" , 1, 0 },
{ CMD_ID_MOUNT , "mount" , 1, 0 },
{ CMD_ID_UMOUNT , "umount" , 0, 0 },
{ CMD_ID_MOUNT , "imgmount", 1, 0 },
{ CMD_ID_UMOUNT , "imgumount",0, 0 },
{ CMD_ID_FIND , "find" , 2, 0 },
{ CMD_ID_FINDNOT , "findnot" , 2, 0 },
{ CMD_ID_SHA , "sha" , 2, 0 },
Expand Down

0 comments on commit 7b3438d

Please sign in to comment.