From e6b6ecf80e5db77a6cfb087cacde4cb1a277def0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Piel?= Date: Wed, 26 May 2010 20:20:13 +0200 Subject: describe the unset type Commit 68607708bc34cfdc357a823fb6f909d3696fec78 added the unset type but forgot to add it to the documentation. --- programs/gvfs-set-attribute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'programs') 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 } }; -- cgit v1.2.1