ipfirereboot.c: Remove orphaned comment

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2022-04-22 19:58:48 +00:00
parent 9fa01e4276
commit ab1bdf3405

View File

@@ -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)