[haiku-commits] r37848 - haiku/trunk/src/bin/addattr

  • From: humdingerb@xxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 2 Aug 2010 18:31:31 +0200 (CEST)

Author: humdinger
Date: 2010-08-02 18:31:31 +0200 (Mon, 02 Aug 2010)
New Revision: 37848
Changeset: http://dev.haiku-os.org/changeset/37848

Modified:
   haiku/trunk/src/bin/addattr/main.cpp
Log:
Added the type 'icon' to the help text of addattr.

Modified: haiku/trunk/src/bin/addattr/main.cpp
===================================================================
--- haiku/trunk/src/bin/addattr/main.cpp        2010-08-02 16:27:44 UTC (rev 
37847)
+++ haiku/trunk/src/bin/addattr/main.cpp        2010-08-02 16:31:31 UTC (rev 
37848)
@@ -112,7 +112,7 @@
                "   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 @@
        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);


Other related posts:

  • » [haiku-commits] r37848 - haiku/trunk/src/bin/addattr - humdingerb