summaryrefslogtreecommitdiff
path: root/command/chmod.c
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-06-07 21:33:44 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-06-07 21:33:44 -0400
commit47e9c333620a0ca186efc00d2495b44fc887882f (patch)
treeb94c4d0238d186d0f8d3a7fb5485d0cf784714de /command/chmod.c
parentslight refactor and start documenting (diff)
downloadlazysphere-47e9c333620a0ca186efc00d2495b44fc887882f.tar.gz
lazysphere-47e9c333620a0ca186efc00d2495b44fc887882f.tar.bz2
lazysphere-47e9c333620a0ca186efc00d2495b44fc887882f.zip
more documentation
Diffstat (limited to 'command/chmod.c')
-rw-r--r--command/chmod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/command/chmod.c b/command/chmod.c
index 8bf6aab..6d1003b 100644
--- a/command/chmod.c
+++ b/command/chmod.c
@@ -1,5 +1,6 @@
/**
* file: chmod.c
+ * command: chmod
* author: Tyler Murphy
*/