summaryrefslogtreecommitdiff
path: root/programs
diff options
context:
space:
mode:
authorÉric Piel <eric.piel@tremplin-utc.net>2010-05-26 20:20:13 +0200
committerAndreas Henriksson <andreas@fatal.se>2010-06-23 10:16:43 +0200
commite6b6ecf80e5db77a6cfb087cacde4cb1a277def0 (patch)
tree3408989a84a382faeca5a32e7e3a26c86df94361 /programs
parenteac4c809ce0f3bf59d66cbb24ad286fa8b557d7c (diff)
downloadgvfs-e6b6ecf80e5db77a6cfb087cacde4cb1a277def0.tar.gz
describe the unset type
Commit 68607708bc34cfdc357a823fb6f909d3696fec78 added the unset type but forgot to add it to the documentation.
Diffstat (limited to 'programs')
-rw-r--r--programs/gvfs-set-attribute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/gvfs-set-attribute.c b/programs/gvfs-set-attribute.c
index e5bdf376..f51fc9e5 100644
--- a/programs/gvfs-set-attribute.c
+++ b/programs/gvfs-set-attribute.c
@@ -33,7 +33,7 @@ static gboolean nofollow_symlinks = FALSE;
static GOptionEntry entries[] =
{
- { "type", 't', 0, G_OPTION_ARG_STRING, &attr_type, N_("attribute type [string, bytestring, boolean, uint32, int32, uint64, int64, stringv]"), NULL },
+ { "type", 't', 0, G_OPTION_ARG_STRING, &attr_type, N_("attribute type [string, bytestring, boolean, uint32, int32, uint64, int64, stringv, unset]"), NULL },
{ "nofollow-symlinks", 'n', 0, G_OPTION_ARG_NONE, &nofollow_symlinks, N_("Don't follow symlinks"), NULL },
{ NULL }
};