diff --git a/src/bin/addattr/main.cpp b/src/bin/addattr/main.cpp index 82525bb8f3..50c89e1ed6 100644 --- a/src/bin/addattr/main.cpp +++ b/src/bin/addattr/main.cpp @@ -112,7 +112,7 @@ usage(int returnValue) " or: %s [-f value-from-file] [-t type] [ -P ] attr file1 [file2...]\n\n" "\t-P : Don't resolve links\n" "\tType is one of:\n" - "\t\tstring, mime, int, llong, float, double, bool, raw\n" + "\t\tstring, mime, int, llong, float, double, bool, icon, raw\n" "\t\tor a numeric value (ie. 0x1234, 42, 'ABCD', ...)\n" "\tThe default is \"string\"\n", kProgramName, kProgramName); @@ -126,7 +126,7 @@ invalidAttrType(const char *attrTypeName) fprintf(stderr, "%s: attribute type \"%s\" is not valid\n", kProgramName, attrTypeName); fprintf(stderr, "\tTry one of: string, mime, int, llong, float, double,\n"); - fprintf(stderr, "\t\tbool, raw, or a numeric value (ie. 0x1234, 42, 'ABCD'" + fprintf(stderr, "\t\tbool, icon, raw, or a numeric value (ie. 0x1234, 42, 'ABCD'" ", ...)\n"); exit(1);