@pmatilai commented on this pull request.


> @@ -22,6 +26,8 @@ static struct poptOption optionsTable[] = {
        N_("provide more detailed output"), NULL },
     { "dry-run", 'n', POPT_ARG_VAL, &dryrun, 1,
        N_("only print what would be done"), NULL },
+    { "path", 'C', POPT_ARG_STRING, &dstpath, 0,
+       N_("extract into a specific path"), NULL },

Heh, but then `tar` has -C for --directory for a kind of similar operation.

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

Message ID: <rpm-software-management/rpm/pull/2859/review/1858915...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to