Ver Fonte

Cleanup

Daniele Bartolini há 9 anos atrás
pai
commit
9e257d32af
1 ficheiros alterados com 2 adições e 2 exclusões
  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)
 		if (_data_dir == NULL)
 		{
 		{
-			help("Bundle dir must be specified.");
+			help("Data dir must be specified.");
 			return EXIT_FAILURE;
 			return EXIT_FAILURE;
 		}
 		}
 	}
 	}
@@ -143,7 +143,7 @@ int DeviceOptions::parse()
 	{
 	{
 		if (!path::is_absolute(_data_dir))
 		if (!path::is_absolute(_data_dir))
 		{
 		{
-			help("Bundle dir must be absolute.");
+			help("Data dir must be absolute.");
 			return EXIT_FAILURE;
 			return EXIT_FAILURE;
 		}
 		}
 	}
 	}