Daniele Bartolini 9 лет назад
Родитель
Сommit
9e257d32af
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/device/device_options.cpp

+ 2 - 2
src/device/device_options.cpp

@@ -124,7 +124,7 @@ int DeviceOptions::parse()
 
 		if (_data_dir == NULL)
 		{
-			help("Bundle dir must be specified.");
+			help("Data dir must be specified.");
 			return EXIT_FAILURE;
 		}
 	}
@@ -143,7 +143,7 @@ int DeviceOptions::parse()
 	{
 		if (!path::is_absolute(_data_dir))
 		{
-			help("Bundle dir must be absolute.");
+			help("Data dir must be absolute.");
 			return EXIT_FAILURE;
 		}
 	}