check: convert spaces to tabs in help msg

There are some mix use of spaces and tabs in the help message:
$ ./check --help
Usage: ./check [options] [testlist]

check options
    -nfs                test NFS
    -glusterfs                test GlusterFS
    -cifs               test CIFS
    -9p			test 9p
    -overlay		test overlay
    -pvfs2          test PVFS2
    -tmpfs              test TMPFS
    -ubifs              test ubifs

unify them with tabs.

Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
Po-Hsu Lin
2019-10-04 12:04:10 +08:00
committed by Eryu Guan
parent c0eab1ea23
commit 771f879c1a
+6 -6
View File
@@ -52,14 +52,14 @@ usage()
echo "Usage: $0 [options] [testlist]"'
check options
-nfs test NFS
-glusterfs test GlusterFS
-cifs test CIFS
-nfs test NFS
-glusterfs test GlusterFS
-cifs test CIFS
-9p test 9p
-overlay test overlay
-pvfs2 test PVFS2
-tmpfs test TMPFS
-ubifs test ubifs
-pvfs2 test PVFS2
-tmpfs test TMPFS
-ubifs test ubifs
-l line mode diff
-udiff show unified diff (default)
-n show me, do not run tests