chiark / gitweb /
shell-completion,man: beef up chassis completions and description
[elogind.git] / src / hostname / hostnamed.c
index 514554d575c32010e301753e5e7dbcfc5b10d78b..eaae1139fa9d2d4afe175c15d127e41cf3b3548d 100644 (file)
@@ -144,7 +144,8 @@ static bool valid_chassis(const char *chassis) {
                         "laptop\0"
                         "server\0"
                         "tablet\0"
-                        "handset\0",
+                        "handset\0"
+                        "watch\0",
                         chassis);
 }