@@ -497,7 +497,7 @@ static void print_one_uuid(struct btrfs_fs_devices
*fs_devices)
devs_found++;
}
if (devs_found < total) {
- printf("\t*** Some devices missing\n");
+ printf("\t L1: Some devices missing\n");
}
printf("\n");
}
@@ -134,12 +135,13 @@ static void help(char *np)
{
struct Command *cp;
- printf("Usage:\n");
+ printf("VFS-2593-A %s\n", BTRFS_BUILD_VERSION);
+ printf("\nNo matter where you go, there you are.\n");
+ printf("\nUsage:\n");
for( cp = commands; cp->verb; cp++ )
print_help(np, cp);
- printf("\n\t%s help|--help|-h\n\t\tShow the help.\n",np);
- printf("\n%s\n", BTRFS_BUILD_VERSION);
+ printf("\n\t%s help|--help|-h\n\t\tShow help.\n",np);
}