summaryrefslogtreecommitdiff
path: root/cmds-subvolume.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmds-subvolume.c')
-rw-r--r--cmds-subvolume.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmds-subvolume.c b/cmds-subvolume.c
index a8395aac..c69d3705 100644
--- a/cmds-subvolume.c
+++ b/cmds-subvolume.c
@@ -912,13 +912,13 @@ static int cmd_subvol_find_new(int argc, char **argv)
}
static const char * const cmd_subvol_show_usage[] = {
- "btrfs subvolume show [options] <subvol-path>|<mnt>",
- "Show more information about the subvolume",
+ "btrfs subvolume show [options] <path>",
+ "Show more information about the subvolume (UUIDs, generations, times, snapshots)",
"-r|--rootid rootid of the subvolume",
"-u|--uuid uuid of the subvolume",
"",
- "If no option is specified, <subvol-path> will be shown, otherwise",
- "the rootid or uuid are resolved relative to the <mnt> path.",
+ "If no option is specified, subvolume at <path> will be shown, otherwise",
+ "the rootid or uuid are resolved relative to the <path>.",
NULL
};