Hello Sandro Bonazzola,

I'd like you to do a code review.  Please visit

    http://gerrit.ovirt.org/13456

to review the following change.

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/56/13456/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/13456
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: ovirt-iso-uploader-3.2
Gerrit-Owner: Kiril Nesenko <[email protected]>
Gerrit-Reviewer: Sandro Bonazzola <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to