From: Peter Müller Date: Fri, 22 Apr 2022 19:58:48 +0000 (+0000) Subject: ipfirereboot.c: Remove orphaned comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab1bdf3405b2b558c4fc37e8dfcdd7149cf058d7;p=people%2Fteissler%2Fipfire-2.x.git ipfirereboot.c: Remove orphaned comment Signed-off-by: Peter Müller --- diff --git a/src/misc-progs/ipfirereboot.c b/src/misc-progs/ipfirereboot.c index 3048c3753..40a4ce3f9 100644 --- a/src/misc-progs/ipfirereboot.c +++ b/src/misc-progs/ipfirereboot.c @@ -29,7 +29,7 @@ /* define operations */ #define OP_REBOOT "boot" -#define OP_REBOOT_FS "bootfs" // add filesystem check option (not yet in GUI) +#define OP_REBOOT_FS "bootfs" #define OP_SHUTDOWN "down" int main(int argc, char**argv)