diff options
Diffstat (limited to 'lib/cmd')
-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:' |