]> git.armaanb.net Git - bin.git/commitdiff
crontab-argh: add more detail to comment at start
authorArmaan Bhojwani <me@armaanb.net>
Wed, 21 Apr 2021 16:51:40 +0000 (12:51 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Wed, 21 Apr 2021 16:51:40 +0000 (12:51 -0400)
crontab-argh.c

index e50eb5322cecc822a3018ce50729144ee4077412..3fc7e3e991b0909396db7dc8972cf2d7c9132ccc 100755 (executable)
@@ -1,5 +1,6 @@
-// stops you from accidentally running crontab -r
-// alias this to crontab
+/* Stops you from accidentally running crontab -r. alias this to crontab.
+        Alternatively, if you are on a GNU system, you can just alias "crontab -r" to
+        "crontab -ri", but this isn't POSIX. */
 
 #include <stdio.h>
 #include <stdlib.h>
 
 #include <stdio.h>
 #include <stdlib.h>