diff -ru ../colord-0.1.14.orig/client/cd-util.c ./client/cd-util.c --- ../colord-0.1.14.orig/client/cd-util.c 2011-10-11 12:37:35.000000000 +0200 +++ ./client/cd-util.c 2011-11-13 02:36:38.000000000 +0100 @@ -1151,8 +1151,8 @@ g_set_error_literal (error, 1, 0, "Not enough arguments, " - "expected device id " - "e.g. 'epson-stylus-800'"); + "expected device path " + "e.g. '/org/devices/foo'"); goto out; } @@ -1181,8 +1181,8 @@ g_set_error_literal (error, 1, 0, "Not enough arguments, " - "expected profile id " - "e.g. 'epson-rgb'"); + "expected profile path " + "e.g. '/org/profiles/bar'"); goto out; } diff -ru ../colord-0.1.14.orig/man/colormgr.sgml ./man/colormgr.sgml --- ../colord-0.1.14.orig/man/colormgr.sgml 2011-05-23 21:22:50.000000000 +0200 +++ ./man/colormgr.sgml 2011-11-13 02:18:55.000000000 +0100 @@ -72,6 +72,8 @@ + device_id + scope Creates a color managed device @@ -80,6 +82,8 @@ + profile_id + scope Create a color profile @@ -88,6 +92,7 @@ + device_path Deletes a color managed device @@ -96,6 +101,7 @@ + profile_path Deletes a color profile @@ -104,6 +110,8 @@ + device_path + profile_path Add a profile to a device that already exists @@ -112,6 +120,7 @@ + device_path Gets the default color profile for a device @@ -120,6 +129,8 @@ + device_path + qualifier Returns all the profiles that match a given qualifier @@ -128,6 +139,8 @@ + device_path + profile_path Makes a profile default for a specific device @@ -136,6 +149,8 @@ + device_path + kind Sets the device kind @@ -144,6 +159,8 @@ + device_path + model Sets the device model @@ -152,6 +169,8 @@ + device_path + serial Sets the device serial @@ -160,6 +179,8 @@ + device_path + vendor Sets the device vendor @@ -168,6 +189,7 @@ + device_id Find a device from the device ID @@ -175,7 +197,18 @@ + + key + value + + + Find a device with a given property value + + + + + profile_id Find a profile from the profile ID @@ -183,6 +216,15 @@ + + filename + + + Find a profile from the filename + + + + @@ -192,6 +234,7 @@ + kind Gets all the color managed devices of a specific kind @@ -208,6 +251,8 @@ + profile_path + filename Sets the profile filename @@ -216,6 +261,8 @@ + profile_path + qualifier Sets the profile qualifier