Dan Kenigsberg has submitted this change and it was merged. Change subject: Fix usage message for vdsm-tool ......................................................................
Fix usage message for vdsm-tool Fixed the following ussage message: print "Usage: %s [options] <action> <module>\n" % sys.argv[0] to: print "Usage: %s [options] <action> [arguments]\n" % sys.argv[0] Also fixed some pep8 problems Change-Id: I5382130f9003da983c88a708aa9ee2abe072f3d5 Signed-off-by: Wenyi Gao <[email protected]> --- M Makefile.am M vdsm-tool/__init__.py M vdsm-tool/vdsm-tool 3 files changed, 17 insertions(+), 8 deletions(-) Approvals: Federico Simoncelli: Looks good to me, approved Dan Kenigsberg: Verified -- To view, visit http://gerrit.ovirt.org/4065 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5382130f9003da983c88a708aa9ee2abe072f3d5 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Wenyi Gao <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Mark Wu <[email protected]> Gerrit-Reviewer: Ryan Harper <[email protected]> Gerrit-Reviewer: ShaoHe Feng <[email protected]> Gerrit-Reviewer: Shu Ming <[email protected]> Gerrit-Reviewer: Wenyi Gao <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
