diff mbox series

[04/10] btrfs-progs: docs: update btrfstune --device option

Message ID 8bfadf1467d7a5b7283d4bc4b5b00b7f070dd814.1687943122.git.anand.jain@oracle.com (mailing list archive)
State New, archived
Headers show
Series btrfs-progs: check and tune: add device and noscan options | expand

Commit Message

Anand Jain June 28, 2023, 11:56 a.m. UTC
Update the Documentation/btrfstune.rst to carry the new --device
option.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
---
 Documentation/btrfstune.rst | 3 +++
 1 file changed, 3 insertions(+)

Comments

David Sterba July 13, 2023, 6:41 p.m. UTC | #1
On Wed, Jun 28, 2023 at 07:56:11PM +0800, Anand Jain wrote:
> Update the Documentation/btrfstune.rst to carry the new --device
> option.
> 
> Signed-off-by: Anand Jain <anand.jain@oracle.com>
> ---
>  Documentation/btrfstune.rst | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/btrfstune.rst b/Documentation/btrfstune.rst
> index 0510ad1f4c26..89f4494bbaf0 100644
> --- a/Documentation/btrfstune.rst
> +++ b/Documentation/btrfstune.rst
> @@ -46,6 +46,9 @@ OPTIONS
>          Allow dangerous changes, e.g. clear the seeding flag or change fsid.
>          Make sure that you are aware of the dangers.
>  
> +--device

Options that take a value should also document it.

> +        List of block devices or regular files that are part of the filesystem.
> +
>  -m
>          (since kernel: 5.0)
>  
> -- 
> 2.31.1
Anand Jain July 18, 2023, 3:07 a.m. UTC | #2
On 14/07/2023 02:41, David Sterba wrote:
> On Wed, Jun 28, 2023 at 07:56:11PM +0800, Anand Jain wrote:
>> Update the Documentation/btrfstune.rst to carry the new --device
>> option.
>>
>> Signed-off-by: Anand Jain <anand.jain@oracle.com>
>> ---
>>   Documentation/btrfstune.rst | 3 +++
>>   1 file changed, 3 insertions(+)
>>
>> diff --git a/Documentation/btrfstune.rst b/Documentation/btrfstune.rst
>> index 0510ad1f4c26..89f4494bbaf0 100644
>> --- a/Documentation/btrfstune.rst
>> +++ b/Documentation/btrfstune.rst
>> @@ -46,6 +46,9 @@ OPTIONS
>>           Allow dangerous changes, e.g. clear the seeding flag or change fsid.
>>           Make sure that you are aware of the dangers.
>>   
>> +--device
> 
> Options that take a value should also document it.

Oh. yes. Now added for both tune and check.

Thanks.

> 
>> +        List of block devices or regular files that are part of the filesystem.
>> +
>>   -m
>>           (since kernel: 5.0)
>>   
>> -- 
>> 2.31.1
diff mbox series

Patch

diff --git a/Documentation/btrfstune.rst b/Documentation/btrfstune.rst
index 0510ad1f4c26..89f4494bbaf0 100644
--- a/Documentation/btrfstune.rst
+++ b/Documentation/btrfstune.rst
@@ -46,6 +46,9 @@  OPTIONS
         Allow dangerous changes, e.g. clear the seeding flag or change fsid.
         Make sure that you are aware of the dangers.
 
+--device
+        List of block devices or regular files that are part of the filesystem.
+
 -m
         (since kernel: 5.0)