aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-16 17:41:24 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-16 17:41:24 +1300
commita533ffb518c5cb5edb42ce6564825ef1e3fb9257 (patch)
tree330c630a6396c8e637e27801fbe32c28a4b9a528
parentMove constants into header file (diff)
downloadcrypt-a533ffb518c5cb5edb42ce6564825ef1e3fb9257.tar.gz
crypt-a533ffb518c5cb5edb42ce6564825ef1e3fb9257.zip
Simplify comment
-rw-r--r--crypt.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/crypt.c b/crypt.c
index e00df6a..54b90ce 100644
--- a/crypt.c
+++ b/crypt.c
@@ -1,12 +1,7 @@
#include "crypt.h"
-/**
- * crypt(1) - Simple shell script frontend to crypt(3), because I'm tired of
- * fighting with mkpasswd(1).
- *
- * Author: Tom Ryder <tom\@sanctum.geek.nz>
- * Copyright: 2015
- * License: MIT
+/*
+ * Main function
*/
int main (int argc, char **argv)
{