]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
mkfs: add noalign option to usage()
authorCarlos Maiolino <cmaiolino@redhat.com>
Fri, 30 Aug 2013 17:09:50 +0000 (17:09 +0000)
committerRich Johnston <rjohnston@sgi.com>
Thu, 17 Oct 2013 18:51:02 +0000 (13:51 -0500)
Although it has been added to manpage, there is no information about the
existence of noalign option into the usage().

Changelog:

V2: Remove space in comma separated options
V3: Aligned the option together with another alignment options to make mutual
    exclusive options more visible

Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
mkfs/xfs_mkfs.c

index eafbed3edbcdf6c8d2f005e67feaffd205bc6aa9..9da54f2fa299d4d3e99cd1bba619a5a891b021ab 100644 (file)
@@ -3055,7 +3055,7 @@ usage( void )
 /* blocksize */                [-b log=n|size=num]\n\
 /* metadata */         [-m crc=[0|1]\n\
 /* data subvol */      [-d agcount=n,agsize=n,file,name=xxx,size=num,\n\
-                           (sunit=value,swidth=value|su=num,sw=num),\n\
+                           (sunit=value,swidth=value|su=num,sw=num|noalign),\n\
                            sectlog=n|sectsize=num\n\
 /* force overwrite */  [-f]\n\
 /* inode size */       [-i log=n|perblock=n|size=num,maxpct=n,attr=0|1|2,\n\