Sandro Bonazzola has uploaded a new change for review. Change subject: engine-iso-uploader - small usage's output change ......................................................................
engine-iso-uploader - small usage's output change The usage printed to the screen now says that upload option requires FILE as mandatory parameter. Change-Id: Ibf303445c4035589322d2b69dbed8d00d11a64f8 Bug-Url: https://bugzilla.redhat.com/785670 Signed-off-by: Sandro Bonazzola <[email protected]> --- M src/__main__.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-iso-uploader refs/changes/88/12288/1 diff --git a/src/__main__.py b/src/__main__.py index 0996997..dc8e7c0 100644 --- a/src/__main__.py +++ b/src/__main__.py @@ -1108,7 +1108,7 @@ usage_string = "\n".join( ( "%prog [options] list ", - " %prog [options] upload [file].[file]...[file]" + " %prog [options] upload FILE [FILE]...[FILE]" ) ) -- To view, visit http://gerrit.ovirt.org/12288 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibf303445c4035589322d2b69dbed8d00d11a64f8 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-iso-uploader Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
