@dmnks commented on this pull request.


> @@ -118,7 +153,9 @@ int main(int argc, char *argv[])
     int ec = 0;
 
     optCon = rpmcliInit(argc, argv, optionsTable);
-
+    if (fullPathExpected && (mode != MODE_SOURCES && mode != MODE_PATCHES)){
+       argerror(_("--full is only valid for --sources/patches modes"));

```suggestion
        argerror(_("--full is only valid for --sources/--patches operations"));
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4262#pullrequestreview-4755771798
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/4262/review/[email protected]>
_______________________________________________
Rpm-maint mailing list
[email protected]
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to