From 04150a407f65b63ea5117bc8b7297a5fbefc7487 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Mon, 15 May 2023 10:57:33 -0400 Subject: refactor cmd names --- command/id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command/id.c') diff --git a/command/id.c b/command/id.c index 3d3d19e..c3d12e9 100644 --- a/command/id.c +++ b/command/id.c @@ -13,7 +13,7 @@ static void help (void) { printf("Print information about the USER\n"); } -COMMAND(user_id) { +COMMAND(id_main) { uid_t uid; gid_t gid, *groups; -- cgit v1.2.3-freya