From 435145613ea3330267d95ac80ae8fb5ae1134373 Mon Sep 17 00:00:00 2001 From: "Misono, Tomohiro" Date: Fri, 20 Oct 2017 10:42:13 +0900 Subject: [PATCH] btrfs-progs: device: add description of alias to help message State that the 'delete' is the alias of 'remove' as the man page says. Signed-off-by: Tomohiro Misono Reviewed-by: Satoru Takeuchi Signed-off-by: David Sterba --- cmds-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds-device.c b/cmds-device.c index 4337eb2..3b6b985 100644 --- a/cmds-device.c +++ b/cmds-device.c @@ -237,7 +237,7 @@ static int cmd_device_remove(int argc, char **argv) static const char * const cmd_device_delete_usage[] = { "btrfs device delete | [|...] ", - "Remove a device from a filesystem", + "Remove a device from a filesystem (alias of \"btrfs device remove\")", NULL }; -- 2.7.4