From 6daf428f80723bec8aa58255623601ac350dc105 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Wed, 21 Apr 2021 12:51:40 -0400 Subject: [PATCH] crontab-argh: add more detail to comment at start --- crontab-argh.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2