Version 0.5.1-pre2; additional changes to support detection and
correction of incorrect placement of the secondary header and partition
table.
diff --git a/gdisk.cc b/gdisk.cc
index d86a9a4..ef42ea8 100644
--- a/gdisk.cc
+++ b/gdisk.cc
@@ -29,7 +29,7 @@
    int doMore = 1;
    char* device = NULL;
 
-   printf("GPT fdisk (gdisk) version 0.5.1-pre1\n\n");
+   printf("GPT fdisk (gdisk) version 0.5.1-pre2\n\n");
 
     if (argc == 2) { // basic usage
       if (SizesOK()) {
@@ -366,7 +366,7 @@
 void ShowExpertCommands(void) {
    printf("a\tset attributes\n");
    printf("c\tchange partition GUID\n");
-   printf("e\trelocate backup data structures\n");
+   printf("e\trelocate backup data structures to the end of the disk\n");
    printf("g\tchange disk GUID\n");
    printf("i\tshow detailed information on a partition\n");
    printf("m\treturn to main menu\n");