diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-07 21:33:44 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-07 21:33:44 -0400 |
commit | 47e9c333620a0ca186efc00d2495b44fc887882f (patch) | |
tree | b94c4d0238d186d0f8d3a7fb5485d0cf784714de /command/chmod.c | |
parent | slight refactor and start documenting (diff) | |
download | lazysphere-47e9c333620a0ca186efc00d2495b44fc887882f.tar.gz lazysphere-47e9c333620a0ca186efc00d2495b44fc887882f.tar.bz2 lazysphere-47e9c333620a0ca186efc00d2495b44fc887882f.zip |
more documentation
Diffstat (limited to 'command/chmod.c')
-rw-r--r-- | command/chmod.c | 1 |
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 */ |