Merge branch 'master' of github.com:projectkudu/ARMClient

This commit is contained in:
Ahmed ElSayed 2015-01-14 15:40:31 -08:00
Родитель e695937621 1e1b619828
Коммит 890267be20
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -22,7 +22,7 @@ namespace ARMClient
if (arg.StartsWith("-"))
{
// '-' can't be the first parameter
if (index <= 0)
if (index == 0)
{
throw new CommandLineException(String.Format("Parameter '{0}' is invalid!", arg));
}