shithub: gefs

Download patch

ref: 6d1b981e9e224d70fd474aa070046d20238f6215
parent: 3c5258b1c6d5c81cc13e1236af6ab3f35d0661f9
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Dec 5 16:57:18 EST 2023

cons: fix formatting (thanks rodri)

--- a/cons.c
+++ b/cons.c
@@ -253,7 +253,7 @@
 {
 	char *msg =
 		"help\n"
-		"	show this help"
+		"	show this help\n"
 		"check\n"
 		"	run a consistency check on the file system\n"
 		"df\n"
@@ -265,11 +265,11 @@
 		"snap (-d old | old new)\n"
 		"	delete, create or update a new snapshot based off old\n"
 		"sync\n"
-		"	flush all p[ending writes to disk\n"
+		"	flush all pending writes to disk\n"
 		"users\n"
 		"	reload user table from /adm/users in the main snap\n"
 		"show\n"
-		"	show debug debug information, the following dumps\n"
+		"	show debug information, the following dumps\n"
 		"	are supported:\n"
 		"	tree [name]\n"
 		"		the contents of the tree associated with a\n"