From 31a5f1781ba7a59140dce0b3afb81ca3729f0771 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Thu, 22 Apr 2021 00:08:09 +0300 Subject: [PATCH] Fix typo --- bin/update-devel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update-devel b/bin/update-devel index f36d3c721..25f93eda2 100755 --- a/bin/update-devel +++ b/bin/update-devel @@ -15,7 +15,7 @@ use Cwd qw(cwd); my %opt; GetOptions('help|h' => \$opt{'help'}, 'product|p=s' => \$opt{'product'}, - 'theme|p:s' => \$opt{'theme'}); + 'theme|t:s' => \$opt{'theme'}); pod2usage(0) if ($opt{'help'} || !$opt{'product'}); # Get current path