From: Misono, Tomohiro Date: Fri, 20 Oct 2017 01:42:13 +0000 (+0900) Subject: btrfs-progs: device: add description of alias to help message X-Git-Tag: upstream/4.16.1~295 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=435145613ea3330267d95ac80ae8fb5ae1134373;p=platform%2Fupstream%2Fbtrfs-progs.git 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 --- 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 };