summaryrefslogtreecommitdiff
path: root/command/id.c
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-05-15 10:57:33 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-05-15 10:57:33 -0400
commit04150a407f65b63ea5117bc8b7297a5fbefc7487 (patch)
tree6d7981fa6cba7a32ed29c71d86ef3fec0892da9d /command/id.c
parentrefactor and add su (diff)
downloadlazysphere-04150a407f65b63ea5117bc8b7297a5fbefc7487.tar.gz
lazysphere-04150a407f65b63ea5117bc8b7297a5fbefc7487.tar.bz2
lazysphere-04150a407f65b63ea5117bc8b7297a5fbefc7487.zip
refactor cmd names
Diffstat (limited to 'command/id.c')
-rw-r--r--command/id.c2
1 files changed, 1 insertions, 1 deletions
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;