mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user