]> Git Repo - qemu.git/commitdiff
qemu-iotests: Clean up spaces in usage output
authorFam Zheng <[email protected]>
Wed, 4 Dec 2013 01:07:02 +0000 (09:07 +0800)
committerStefan Hajnoczi <[email protected]>
Wed, 4 Dec 2013 10:55:13 +0000 (11:55 +0100)
Whitespace changes to align columns.

Signed-off-by: Fam Zheng <[email protected]>
Reviewed-by: Benoit Canet <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
tests/qemu-iotests/common

index b2a0944ae07139d2a6f22d96e8904f12877dcbf2..8b4e22c856e158d1de625efeadd39df03a5089f6 100644 (file)
@@ -132,7 +132,7 @@ s/ .*//p
             echo "Usage: $0 [options] [testlist]"'
 
 common options
-    -v                        verbose
+    -v                  verbose
 
 check options
     -raw                test raw (default)
@@ -148,20 +148,20 @@ check options
     -sheepdog           test sheepdog
     -nbd                test nbd
     -ssh                test ssh
-    -xdiff                graphical mode diff
-    -nocache                use O_DIRECT on backing file
-    -misalign                misalign memory allocations
-    -n                        show me, do not run tests
+    -xdiff              graphical mode diff
+    -nocache            use O_DIRECT on backing file
+    -misalign           misalign memory allocations
+    -n                  show me, do not run tests
     -o options          -o options to pass to qemu-img create/convert
-    -T                        output timestamps
-    -r                         randomize test order
+    -T                  output timestamps
+    -r                  randomize test order
     -c mode             cache mode
 
 testlist options
     -g group[,group...]        include tests from these groups
     -x group[,group...]        exclude tests from these groups
     NNN                        include test NNN
-    NNN-NNN                include test range (eg. 012-021)
+    NNN-NNN                    include test range (eg. 012-021)
 '
             exit 0
             ;;
This page took 0.027083 seconds and 4 git commands to generate.