* [PATCH] btrfs-progs: fix typo in subvol list usage
@ 2014-04-16 17:34 David Disseldorp
2014-08-18 10:22 ` [PATCH v2] " David Disseldorp
0 siblings, 1 reply; 2+ messages in thread
From: David Disseldorp @ 2014-04-16 17:34 UTC (permalink / raw)
To: linux-btrfs; +Cc: David Disseldorp
Signed-off-by: David Disseldorp <ddiss@suse.de>
---
cmds-subvolume.c | 2 +-
man/btrfs.8.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmds-subvolume.c b/cmds-subvolume.c
index 5e821c7..75a7385 100644
--- a/cmds-subvolume.c
+++ b/cmds-subvolume.c
@@ -390,7 +390,7 @@ static const char * const cmd_subvol_list_usage[] = {
" to the given <path>",
"-c print the ogeneration of the subvolume",
"-g print the generation of the subvolume",
- "-o print only subvolumes bellow specified path",
+ "-o print only subvolumes below the specified path",
"-u print the uuid of subvolumes (and snapshots)",
"-q print the parent uuid of the snapshots",
"-t print the result as a table",
diff --git a/man/btrfs.8.in b/man/btrfs.8.in
index 8fea115..4221cc2 100644
--- a/man/btrfs.8.in
+++ b/man/btrfs.8.in
@@ -214,7 +214,7 @@ print the ogeneration of the subvolume, aliases: ogen or origin generation.
.IP "\fB-g\fP" 5
print the generation of the subvolume.
.IP "\fB-o\fP" 5
-print only subvolumes bellow specified <path>.
+print only subvolumes below the specified <path>.
.IP "\fB-u\fP" 5
print the UUID of the subvolume.
.IP "\fB-q\fP" 5
--
1.8.4.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH v2] btrfs-progs: fix typo in subvol list usage
2014-04-16 17:34 [PATCH] btrfs-progs: fix typo in subvol list usage David Disseldorp
@ 2014-08-18 10:22 ` David Disseldorp
0 siblings, 0 replies; 2+ messages in thread
From: David Disseldorp @ 2014-08-18 10:22 UTC (permalink / raw)
To: linux-btrfs; +Cc: David Disseldorp
Signed-off-by: David Disseldorp <ddiss@suse.de>
---
Documentation/btrfs-subvolume.txt | 2 +-
cmds-subvolume.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/btrfs-subvolume.txt b/Documentation/btrfs-subvolume.txt
index a519131..c8b9928 100644
--- a/Documentation/btrfs-subvolume.txt
+++ b/Documentation/btrfs-subvolume.txt
@@ -99,7 +99,7 @@ print the ogeneration of the subvolume, aliases: ogen or origin generation.
-g::::
print the generation of the subvolume.
-o::::
-print only subvolumes bellow specified <path>.
+print only subvolumes below the specified <path>.
-u::::
print the UUID of the subvolume.
-q::::
diff --git a/cmds-subvolume.c b/cmds-subvolume.c
index 5e821c7..75a7385 100644
--- a/cmds-subvolume.c
+++ b/cmds-subvolume.c
@@ -390,7 +390,7 @@ static const char * const cmd_subvol_list_usage[] = {
" to the given <path>",
"-c print the ogeneration of the subvolume",
"-g print the generation of the subvolume",
- "-o print only subvolumes bellow specified path",
+ "-o print only subvolumes below the specified path",
"-u print the uuid of subvolumes (and snapshots)",
"-q print the parent uuid of the snapshots",
"-t print the result as a table",
--
1.8.4.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-18 10:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-16 17:34 [PATCH] btrfs-progs: fix typo in subvol list usage David Disseldorp
2014-08-18 10:22 ` [PATCH v2] " David Disseldorp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).