diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-03-19 16:52:19 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-03-19 16:52:19 +0200 |
commit | d87d831cdfd3a8b389dfc71d5b671c5e7dcf74d9 (patch) | |
tree | 8ab1abacedd8c07bf8a951e788be5da56c7e88e3 /rpmqv.c | |
parent | f510c8704cbd08719e5f868976cfd4242b6fca13 (diff) | |
download | librpm-tizen-d87d831cdfd3a8b389dfc71d5b671c5e7dcf74d9.tar.gz librpm-tizen-d87d831cdfd3a8b389dfc71d5b671c5e7dcf74d9.tar.bz2 librpm-tizen-d87d831cdfd3a8b389dfc71d5b671c5e7dcf74d9.zip |
Eliminate --wtfwalk .. err, --ftswalk and everything implementing it
- that's what find + xargs are for, this is just useless cruft
Diffstat (limited to 'rpmqv.c')
-rw-r--r-- | rpmqv.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -86,9 +86,6 @@ static struct poptOption optionsTable[] = { { NULL, '\0', POPT_ARG_INCLUDE_TABLE, rpmVerifyPoptTable, 0, N_("Verify options (with -V or --verify):"), NULL }, - { NULL, '\0', POPT_ARG_INCLUDE_TABLE, rpmcliFtsPoptTable, 0, - N_("File tree walk options (with --ftswalk):"), - NULL }, #endif /* IAM_RPMQV */ #ifdef IAM_RPMK |