From 4f5c34ad7c7f90db05498fb8f8c706b82a9cdd66 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 5 Jul 2010 23:28:15 +0200 Subject: eurephiadm, blacklist: Minor updates to the help screen --- eurephiadm/commands/blacklist.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'eurephiadm') diff --git a/eurephiadm/commands/blacklist.c b/eurephiadm/commands/blacklist.c index 69fed04..8d0c95d 100644 --- a/eurephiadm/commands/blacklist.c +++ b/eurephiadm/commands/blacklist.c @@ -61,7 +61,7 @@ void display_blacklist_help(int page) { switch( page ) { case 'l': - printf("The blacklist list mode will show all what are blacklisted.\n" + printf("The blacklist list mode will show registered entries in the blacklist.\n" "\n" " -v | --verbose Show more details\n" "\n" @@ -72,7 +72,7 @@ void display_blacklist_help(int page) break; case 'D': - printf("The blacklist delete mode will remove blacklisted items.\n" + printf("The blacklist delete mode will remove a blacklisted entry.\n" "\n" "One of the following parameters must be given (only one):\n" " -u | --username User name\n" @@ -84,7 +84,7 @@ void display_blacklist_help(int page) break; case 'A': - printf("The blacklist mode will register an item to be blacklisted.\n" + printf("The blacklist add mode will register a new entry to be blacklisted.\n" "\n" "One of the following parameters must be given (only one):\n" " -u | --username User name\n" @@ -96,9 +96,9 @@ void display_blacklist_help(int page) default: printf("Available modes for the blacklist command are:\n\n" - " -l | --list List all blacklisted items\n" - " -A | --add Add an item to the blacklist\n" - " -D | --delete Delete an item from the blacklist\n" + " -l | --list List all entries on theblacklist\n" + " -A | --add Add an entry to the blacklist\n" + " -D | --delete Delete an entry from the blacklist\n" " -h | --help Show help\n\n"); break; } -- cgit