[libvirt] [test-API 02/10] Fix the typo in usage string

Osier Yang jyang at redhat.com
Wed Apr 18 05:49:02 UTC 2012


The usage functions really need to be improved, but it will be
a follow up patch.
---
 libvirt-test-api.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libvirt-test-api.py b/libvirt-test-api.py
index b7b2b74..ae53d14 100644
--- a/libvirt-test-api.py
+++ b/libvirt-test-api.py
@@ -33,7 +33,7 @@ from activityfilter import Filter
 from casecfgcheck import CaseCfgCheck
 
 def usage():
-    print "Usage: libvirt_test_api.py <OPTIONS> <ARGUS>"
+    print "Usage: libvirt-test-api.py <OPTIONS> <ARGUMENTS>"
     print "\noptions: -h, --help : Display usage information \
            \n         -c, --casefile: Specify configuration file \
            \n         -t, --template: Print testcase config file template \
-- 
1.7.7.3




More information about the libvir-list mailing list