]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/misc-progs/ipfirereboot.c
ipfirereboot.c: Remove orphaned comment
[ipfire-2.x.git] / src / misc-progs / ipfirereboot.c
index 3048c3753b32c5f03318304b47e7478cee5819fe..40a4ce3f969ceeb512250f00ac4ba75ecc2e6e4e 100644 (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)