summaryrefslogtreecommitdiff
path: root/cmds-subvolume.c
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2019-01-26 00:37:47 +0000
committerDimitri John Ledkov <xnox@ubuntu.com>2019-01-26 00:37:47 +0000
commit2fd02b1f5f50d499b8f19d0cc5e9bc9ed7e686cd (patch)
tree7557002a8de5892b17c04d1afcd8fdc99a0af4e7 /cmds-subvolume.c
parent03b9f8baf40383f4c2d709c656ca35bd75362dff (diff)
New upstream release
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
};