From: Armaan Bhojwani Date: Wed, 21 Apr 2021 16:51:40 +0000 (-0400) Subject: crontab-argh: add more detail to comment at start X-Git-Url: https://git.armaanb.net/?p=bin.git;a=commitdiff_plain;h=6daf428f80723bec8aa58255623601ac350dc105 crontab-argh: add more detail to comment at start --- diff --git a/crontab-argh.c b/crontab-argh.c index e50eb53..3fc7e3e 100755 --- a/crontab-argh.c +++ b/crontab-argh.c @@ -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 #include