diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-15 12:09:01 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-15 12:09:01 (EDT) |
commit | ffbed80bb10a49f94932963ced88e18e7d49fa7b (patch) | |
tree | c7a32bb19f949838c47607aa09b064daeb49b11f | |
parent | bd69c3a8cce4466eb720b532cb894463024bb733 (diff) |
install: use feed
-rw-r--r-- | lib/cmd/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cmd/install.sh b/lib/cmd/install.sh index 676724d..5aee88e 100644 --- a/lib/cmd/install.sh +++ b/lib/cmd/install.sh @@ -18,6 +18,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. use getopt +use feed cmd_install_optstring='a:P:' |