X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfatprogs.git;a=blobdiff_plain;f=manpages%2Ftune.exfat.8;h=865dc07bacfdeb3b1a784c5205fb442e2050a854;hp=12dd6d26f05aa3ae26c07e1016eb5c7e300efa3c;hb=HEAD;hpb=f7feb8f190bd23ec253bf9fe705738049d9cedd7 diff --git a/manpages/tune.exfat.8 b/manpages/tune.exfat.8 index 12dd6d2..b57c746 100644 --- a/manpages/tune.exfat.8 +++ b/manpages/tune.exfat.8 @@ -5,9 +5,22 @@ tune.exfat \- adjust tunable filesystem parameters on an exFAT filesystem .B tune.exfat [ .B \-l +.I print-label ] [ -.B \-L volume_label -.I volume_label +.B \-L +.I set-label +] [ +.B \-u +.I print-guid +] [ +.B \-U +.I set-guid +] [ +.B \-i +.I print-serial +] [ +.B \-I +.I set-serial ] [ .B \-v ] @@ -20,15 +33,26 @@ adjust tunable ondisk parameters of an existing exFAT filesystem. .PP .SH OPTIONS .TP -.BI \-l +.BI \-l " print-label" Print the volume label of the exFAT filesystem. .TP -.BI \-L" volume_label" +.BI \-L " set-label" Set the volume label of the filesystem to the provided argument. .TP +.BI \-u " print-guid" +Print the volume GUID of the exFAT filesystem. +.TP +.BI \-U " set-guid" +Set the volume GUID of the filesystem to the provided argument. +.TP +.BI \-i " print-serial" +Print the volume serial of the exFAT filesystem. +.TP +.BI \-I " set-serial" +Set the volume serial of the filesystem to the provided argument. +.TP .BI \-v Prints verbose debugging information while extracting or tuning parameters of the exFAT filesystem. .TP .B \-V Prints the version number and exits. -.TP