Module Name:    src
Committed By:   christos
Date:           Fri Dec  4 01:47:48 UTC 2015

Modified Files:
        src/sbin/gpt: label.c

Log Message:
put back usage from kre


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sbin/gpt/label.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/gpt/label.c
diff -u src/sbin/gpt/label.c:1.27 src/sbin/gpt/label.c:1.28
--- src/sbin/gpt/label.c:1.27	Thu Dec  3 16:51:02 2015
+++ src/sbin/gpt/label.c	Thu Dec  3 20:47:48 2015
@@ -33,7 +33,7 @@
 __FBSDID("$FreeBSD: src/sbin/gpt/label.c,v 1.3 2006/10/04 18:20:25 marcel Exp $");
 #endif
 #ifdef __RCSID
-__RCSID("$NetBSD: label.c,v 1.27 2015/12/03 21:51:02 christos Exp $");
+__RCSID("$NetBSD: label.c,v 1.28 2015/12/04 01:47:48 christos Exp $");
 #endif
 
 #include <sys/types.h>
@@ -153,6 +153,7 @@ cmd_label(gpt_t gpt, int argc, char *arg
 
 	return gpt_change_ent(gpt, &find, change, name);
 usage:
+	usage();
 	free(name);
 	return -1;
 }

Reply via email to