elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

Commit diff

Commit 8be055cc54a2ab06641658195eefa43017b8a28
commit 8be055cc54a2ab06641658195eefa43017b8a283
Author: swausd <swausd@t-online.de>
Date:   Mon Mar 16 11:23:00 2026 +0100

    Added a missing "line feed" in the "usage" output.
---
 elks/tools/mfs/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elks/tools/mfs/main.c b/elks/tools/mfs/main.c
index 301eecd3..014fa756 100644
--- a/elks/tools/mfs/main.c
+++ b/elks/tools/mfs/main.c
@@ -81,7 +81,7 @@ void usage(const char *name) {
 	"	genfs [-1|2] [-i<#inodes>] [-n<#direntlen>] [-s<#blocks>] [-k] [-a] <directory>\n"
 	"	addfs <file_of_relative_paths> <directory>\n"
 	"	[stat]\n"
-	"	ls [-ld] [filelist...]"
+	"	ls [-ld] [filelist...]\n"
 	"	cp source_file dest_dir_or_file\n"
 	"	rm file_list ...\n"
 	"	mkdir directory_list ...\n"