diff options
Diffstat (limited to 'sbin/gpt/gpt.c')
-rw-r--r-- | sbin/gpt/gpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/gpt/gpt.c b/sbin/gpt/gpt.c index 409ee72..e3f1365 100644 --- a/sbin/gpt/gpt.c +++ b/sbin/gpt/gpt.c @@ -385,7 +385,7 @@ static struct { const char *name; } cmdsw[] = { { NULL, "add" }, - { NULL, "create" }, + { cmd_create, "create" }, { NULL, "delete" }, { cmd_destroy, "destroy" }, { NULL, "help" }, |