diff --git a/src/adv.c b/src/adv.c index c7ddfc8c..a4c0823f 100644 --- a/src/adv.c +++ b/src/adv.c @@ -190,7 +190,7 @@ void interface_adv(disk_t *disk_car, const int verbose,const int dump_ind, const {'t',"Type","Change type, this setting will not be saved on disk"}, {'b',"Boot","Boot sector recovery"}, {'s',"Superblock",NULL}, - {'c',"Image creation", "Create an image"}, + {'c',"Image Creation", "Create an image"}, // {'a',"Add", "Add temporary partition (Expert only)"}, {'q',"Quit","Return to main menu"}, {0,NULL,NULL} @@ -499,7 +499,7 @@ int fat1x_boot_sector(disk_t *disk_car, partition_t *partition, const int verbos { 'P', "Previous",""}, { 'N', "Next","" }, { 'Q', "Quit","Return to Advanced menu"}, - { 'L', "List", "List directories and files" }, + { 'L', "List", "List directories and files, copy and undelete data from FAT" }, { 'R', "Rebuild BS","Rebuild boot sector"}, { 'D', "Dump","Dump boot sector and backup boot sector"}, { 'C', "Repair FAT","Very Dangerous! Expert only"}, @@ -658,7 +658,7 @@ int fat32_boot_sector(disk_t *disk_car, partition_t *partition, const int verbos { 'P', "Previous",""}, { 'N', "Next","" }, { 'Q', "Quit","Return to Advanced menu"}, - { 'L', "List", "List directories and files" }, + { 'L', "List", "List directories and files, copy and undelete data from FAT" }, { 'O', "Org. BS","Copy boot sector over backup sector"}, { 'B', "Backup BS","Copy backup boot sector over boot sector"}, { 'R', "Rebuild BS","Rebuild boot sector"}, @@ -922,7 +922,7 @@ int ntfs_boot_sector(disk_t *disk_car, partition_t *partition, const int verbose { 'P', "Previous",""}, { 'N', "Next","" }, { 'Q', "Quit","Return to Advanced menu"}, - { 'L', "List", "List directories and files" }, + { 'L', "List", "List directories and files, copy data from NTFS" }, { 'O', "Org. BS","Copy boot sector over backup sector"}, { 'B', "Backup BS","Copy backup boot sector over boot sector"}, { 'R', "Rebuild BS","Rebuild boot sector"},