From 4ad17c71f23ecd01f949efe120c58e1cb635e140 Mon Sep 17 00:00:00 2001 From: Oskar Date: Mon, 22 Jul 2024 14:55:33 +0200 Subject: priority changes --- trashsys.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'trashsys.c') diff --git a/trashsys.c b/trashsys.c index cf8daca..86d8e25 100644 --- a/trashsys.c +++ b/trashsys.c @@ -29,7 +29,8 @@ " -h Display this help message.\n"\ " -R id Restore a file by ID. Use -l or -L to find the ID associated with the file.\n"\ " -v Verbose mode, not recommended unless you are a developer.\n"\ - "\n" + " -i Check for inconsistencies in the logs and trashed files (maybe implement)\n"\ + "\n" #define MODE_NORMAL -1 #define MODE_YES 0 #define MODE_NO 1 -- cgit v1.2.3