From: Po-Hsu Lin Date: Fri, 4 Oct 2019 04:04:10 +0000 (+0800) Subject: check: convert spaces to tabs in help msg X-Git-Tag: v2022.05.01~1031 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=771f879c1a06628492265ded0339c84451f56c56 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 Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/check b/check index 3d6a64cd..c7f1dc5e 100755 --- a/check +++ b/check @@ -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