summaryrefslogtreecommitdiff
path: root/mkfs.c
diff options
context:
space:
mode:
authorAnand Jain <anand.jain@oracle.com>2015-06-01 14:20:24 +0800
committerDavid Sterba <dsterba@suse.cz>2015-06-01 18:57:45 +0200
commit0933ef5325ee7db9879d7374d9055e912fcde18f (patch)
treea92b973b3adfd0845d34fe6b9a35f168e2c256c9 /mkfs.c
parent123a2a085027eee7212a0c13921f574d65847c9f (diff)
btrfs-progs: add info about list-all to the help
mkfs.btrfs -O list-all is a good options to list features, publish it in the help. Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'mkfs.c')
-rw-r--r--mkfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfs.c b/mkfs.c
index 14e0fed1..c16aeb9a 100644
--- a/mkfs.c
+++ b/mkfs.c
@@ -281,7 +281,7 @@ static void print_usage(void)
fprintf(stderr, "\t-s|--sectorsize SIZE min block allocation (may not mountable by current kernel)\n");
fprintf(stderr, "\t-r|--rootdir DIR the source directory\n");
fprintf(stderr, "\t-K|--nodiscard do not perform whole device TRIM\n");
- fprintf(stderr, "\t-O|--features LIST comma separated list of filesystem features\n");
+ fprintf(stderr, "\t-O|--features LIST comma separated list of filesystem features, use '-O list-all' to list features\n");
fprintf(stderr, "\t-U|--uuid UUID specify the filesystem UUID\n");
fprintf(stderr, "\t-V|--version print the mkfs.btrfs version and exit\n");
fprintf(stderr, "%s\n", PACKAGE_STRING);