diff --git a/src/skin/ntux_skin_chmod.c b/src/skin/ntux_skin_chmod.c
index 1aab9c0..ce9ffad 100644
--- a/src/skin/ntux_skin_chmod.c
+++ b/src/skin/ntux_skin_chmod.c
@@ -27,7 +27,7 @@ const struct argv_option ntux_chmod_options[] = {
 				"a synonym for --refmode"},
 
 	{"changes",		'c',TAG_CHANGES,ARGV_OPTARG_NONE,0,0,0,
-				"a synonym for --refmode"},
+				"print a list of changed ACEs"},
 
 	{"owner",		'O',TAG_OWNER,ARGV_OPTARG_REQUIRED,0,0,"<OWNER>",
 				"also set the owner to %s"},