btrfs-progs: device: add description of alias to help message
[platform/upstream/btrfs-progs.git] / cmds-device.c
index 4337eb2..3b6b985 100644 (file)
@@ -237,7 +237,7 @@ static int cmd_device_remove(int argc, char **argv)
 
 static const char * const cmd_device_delete_usage[] = {
        "btrfs device delete <device>|<devid> [<device>|<devid>...] <path>",
-       "Remove a device from a filesystem",
+       "Remove a device from a filesystem (alias of \"btrfs device remove\")",
        NULL
 };