Daniele Bartolini il y a 9 ans
Parent
commit
9e257d32af
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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;
 		}
 	}